On 30 January 2013 13:14, Thomas S Hatch <[email protected]> wrote:

> I am looking for information about ipv6 on Zeromq (I am more specifically
> using pyzmq) but not finding it, it appears to have been added recently but
> I have not found docs on it yet is all, so a shove in the right direction
> would be appreciated.
>
>
  0mq supports IPv6 for unicast and multicast excepting RFC6555
<http://tools.ietf.org/html/rfc6555>optimisations.  By default IPv6 is
disabled and can be enabled per socket with
ZMQ_IPV4ONLY.  There are multiple convenience enhancements for the
multicast side that do not yet have equivalents in the unicast side as
there is little demand: predominantly covering interface specification,
link-scope, and Teredo.

It may warrant a FAQ entry in the future, but it's pretty much a 1:1 for
IPv4 functionality for the majority of deployments.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to