1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 01:40:53 -08:00
emacs/doc
Robert Pluim 49f6243027 Use IPv6 localhost when family is 'ipv6
This fixes Bug#34193

* src/process.c (Fmake_network_process): Explicitly use ::1 when
using IPv6 with 'local.  Update docstring.

* test/lisp/net/network-stream-tests.el
(make-ipv6-tcp-server-with-unspecified-port):
(make-ipv6-tcp-server-with-specified-port): Test creating ipv6
local server.
(make-server): Add optional family argument, default ipv4
(echo-server-with-local-ipv4): Test connecting to 'local ipv4
(echo-server-with-local-ipv6): Test connecting to 'local ipv6

* doc/lispref/processes.texi (Network Processes): Describe
behavior when using 'local.

* etc/NEWS: Document new 'make-network-process' behavior when
connecting to 'local with ipv6.
2019-02-04 10:06:04 +01:00
..
emacs Merge from origin/emacs-26 2019-02-01 08:40:53 -08:00
lispintro Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
lispref Use IPv6 localhost when family is 'ipv6 2019-02-04 10:06:04 +01:00
man Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
misc Update from Gnulib 2019-02-02 13:15:10 -08:00