1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

Mention how to listen to all interfaces in make-network-process

* src/process.c (Fmake_network_process): Mention how to listen to
all interfaces (bug#34617).
This commit is contained in:
Lars Ingebrigtsen 2019-09-21 09:58:07 +02:00
parent 8f5da5587f
commit 321175434a

View file

@ -3758,8 +3758,9 @@ also nil, meaning that this process is not associated with any buffer.
address. The symbol `local' specifies the local host. If specified
for a server process, it must be a valid name or address for the local
host, and only clients connecting to that address will be accepted.
`local' will use IPv4 by default, use a FAMILY of 'ipv6 to override
this.
If all interfaces should be bound, an address of \"0.0.0.0\" (for
ipv4) or \"::\" (for ipv6) can be used. `local' will use IPv4 by
default, use a FAMILY of 'ipv6 to override this.
:service SERVICE -- SERVICE is name of the service desired, or an
integer specifying a port number to connect to. If SERVICE is t,