Thanks Steven, I will look into ZMQ_IPV4ONLY in pyzmq! Thomas S. Hatch | Founder, CTO
5272 South College Drive, Suite 301 | Murray, UT 84123 [email protected] | www.saltstack.com <http://saltstack.com/> On Wed, Jan 30, 2013 at 12:15 PM, Steven McCoy <[email protected]> wrote: > 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 > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
