On Thu, Jan 26, 2012 at 8:57 AM, Martin Lucina <[email protected]> wrote:

> zmq_bind(foo, "tcp://XXXX:*");    // "tcp://*:*" if you want INADDR_ANY
> zmq_bind(foo, "ipc://*");
> The use of "*" seems fairly uncontroversial -- note that this means an
> ipc:// endpoint cannot therefore contain "*" which is an (albeit niche)
> backward-incompatible change.

This is also what we did for CZMQ. Consistent and unsurprising.

+1

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to