Hi! On Tue, Feb 19, 2013 at 10:31:30AM -0500, Steven McCoy wrote: > 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.
ok, thanks. ipv6 indeed works when calling setsockopt before bind/connect. And now I also see the big, fat warning at the start of http://api.zeromq.org/3-2:zmq-setsockopt which I just ignored previously. RTFM does help :-) Greetings, domm -- #!/usr/bin/perl http://domm.plix.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/} _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
