[zeromq-dev] How to use IPv6 addresses?

Pieter Hintjens ph at imatix.com
Wed Jun 25 14:36:33 CEST 2014


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 <pkleiweg at xs4all.nl> 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
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev



More information about the zeromq-dev mailing list