Luca Boccassi 0af39a443f Problem: can't unbind with bound addr with IPv6
Solution: try to resolve the TCP endpoint passed by the user in the
zmq_unbind call before giving up, if it doesn't match.
This fixes a breakage in the API, where after a call to
zmq_bind(s, "tcp://127.0.0.1:9999") with IPv6 enabled on s would
result in the call to zmq_unbind(s, "tcp://127.0.0.1:9999") failing.
Add more test cases to increase coverage on all combinations of TCP
endpoints.
2016-04-21 10:52:11 +01:00
..
2016-02-12 23:34:43 +11:00
2009-09-08 15:06:08 +02:00
2014-01-12 12:30:45 +01:00
2016-02-12 23:36:07 +11:00
2015-06-23 14:34:33 +03:00
2016-02-16 12:01:45 +01:00
2015-11-01 09:10:09 +01:00
2012-06-12 21:30:24 -04:00