mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Documentation for IPv4ONLY option clarified
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
5a6503e5c2
commit
f8bd3967bf
@ -331,7 +331,7 @@ ZMQ_IPV4ONLY: Retrieve IPv4-only socket override status
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Retrieve the underlying native socket type. A value of `1` will use IPv4
|
||||
sockets, while the default value of `0` will use IPv6 sockets. An IPv6 socket
|
||||
sockets, while the value of `0` will use IPv6 sockets. An IPv6 socket
|
||||
lets applications connect to and accept connections from both IPv4 and IPv6
|
||||
hosts.
|
||||
|
||||
|
@ -338,7 +338,7 @@ ZMQ_IPV4ONLY: Use IPv4-only sockets
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Sets the underlying native socket type. A value of `1` will use IPv4 sockets,
|
||||
while the default value of `0` will use IPv6 sockets. An IPv6 socket lets
|
||||
while the value of `0` will use IPv6 sockets. An IPv6 socket lets
|
||||
applications connect to and accept connections from both IPv4 and IPv6 hosts.
|
||||
|
||||
[horizontal]
|
||||
|
Loading…
Reference in New Issue
Block a user