On 19 February 2013 03:50, Thomas Klausner <[email protected]> wrote: > I'm trying to use 0mq (Perl) using ipv6, but it doesn't seem to work. >
The IPV4ONLY socket option needs to be set before the bind or connect, it cannot retroactively apply the setting. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
