emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3211754: Mention how to listen to all interfaces in


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 3211754: Mention how to listen to all interfaces in make-network-process
Date: Sat, 21 Sep 2019 03:58:19 -0400 (EDT)

branch: master
commit 321175434a7bfec1be563a6eb2665f085cd40686
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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).
---
 src/process.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/process.c b/src/process.c
index a95192d..d30b17d 100644
--- a/src/process.c
+++ b/src/process.c
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]