[zeromq-dev] [PATCH] Additional preparation for IPv6 in 3.0

Steven McCoy steven.mccoy at miru.hk
Sun Jul 17 19:47:28 CEST 2011


Two routes available, either "tcp" and "tcp6" like SMTP or "tcp" with
ZMQ_PREFER_IPV4 and ZMQ_PREFER_IPV6 options like Java.  I'm going with the
latter.

Interesting note that Windows XP does not support IPV6_V6ONLY socket option.
 There is a couple of ways to handle this, I'm leading with detecting the
Windows version at run time and if less than 6.0 return -1 on the
zmq_setsockopt
call.

Subsequent patches to wire in the implementation.

-- 
Steve-o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110717/ace0a92a/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-ZMQ_IPV6ONLY-socket-option-for-later-wiring.patch
Type: application/octet-stream
Size: 2390 bytes
Desc: not available
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20110717/ace0a92a/attachment.obj>


More information about the zeromq-dev mailing list