From: Robert Pluim Date: Thu, 7 Nov 2019 13:19:43 +0000 (+0100) Subject: Describe IPv6 format in docstring for 'make-network-process' X-Git-Tag: emacs-27.0.90~706 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ce2ec15f483a17ead34514242cba384d2d795a2;p=emacs.git Describe IPv6 format in docstring for 'make-network-process' * src/process.c (Fmake_network_process): Add description of IPv6 address format. --- diff --git a/src/process.c b/src/process.c index af282652eb4..1f959e39607 100644 --- a/src/process.c +++ b/src/process.c @@ -3794,6 +3794,8 @@ process, the FAMILY, HOST, and SERVICE args are ignored. The format of ADDRESS depends on the address family: - An IPv4 address is represented as a vector of integers [A B C D P] corresponding to numeric IP address A.B.C.D and port number P. +- An IPv6 address has the same format as an IPv4 address but with 9 +elements rather than 5. - A local address is represented as a string with the address in the local address space. - An "unsupported family" address is represented by a cons (F . AV)