On Thu, Dec 8, 2011 at 11:43 PM, fredrik danerklint
<[email protected]> wrote:
>> What about using PGM-like format for the address:
>>
>> zmq_connect (s, "tcp://eth0;192.168.0.111:5555");
>
> That could work.
>
> zmq_connect(s, "tcp://127.0.0.2:5555;127.0.0.1");

Hi,

I guess another option would be to use zmq_setsockopt/zmq_getsockopt.
This would work a bit like HWM so it would affect subsquent connects /
binds.

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

Reply via email to