Ooops... I didn't realize the square brackets were part of the IPv6 syntax, and I removed support for that yesterday. Thus the error in 4.1.0.
Let me quickly revert that change and add a comment so the code is clearer :-) On Wed, Jun 25, 2014 at 11:27 AM, Peter Kleiweg <[email protected]> wrote: > > I enable IPv6. Then I create sockets and try to bind and connect > to IPv6 addresses. > > Binding to this address succeeds: tcp://[::1]:1234 > > Connecting to the same address fails. So does connecting to the > address tcp://[0:0:0:0:0:0:0:1]:1234 > > With ZeroMQ 4.0.4 I get: invalid argument > > With ZeroMQ 4.1.0 I get: resource temporarily unavailable > > > -- > Peter Kleiweg > http://pkleiweg.home.xs4all.nl/ > _______________________________________________ > 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
