[zeromq-dev] ipv6 not working (Perl)
Thomas Klausner
domm at plix.at
Tue Feb 19 19:04:19 CET 2013
Hi!
On Tue, Feb 19, 2013 at 10:31:30AM -0500, Steven McCoy wrote:
> On 19 February 2013 03:50, Thomas Klausner <domm at plix.at> 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$_.$/}
More information about the zeromq-dev
mailing list