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
