[zeromq-dev] Bind to local ip address
Martin Sustrik
sustrik at 250bpm.com
Sat Dec 10 01:03:07 CET 2011
Hi Fredrik,
Thanks for the patch, however, to get it accepted you have to sign it off:
http://www.zeromq.org/docs:contributing#toc4
Also, the patch cannot be used as is. If you want to make it usable I
would suggest looking at the address parsing code and add support for
binding the local interface (tcp://eth0;server:5555). The resolved IP
address should then be passed to the connecter object which will use it
when connecting the TCP socket.
Martin
More information about the zeromq-dev
mailing list