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
..
2015-08-01 10:28:57 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2016-03-12 15:40:24 +01:00
2015-06-02 22:47:01 +02:00
2015-08-02 19:23:22 +01:00
2015-06-23 08:29:36 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-08-02 19:23:22 +01:00
2015-06-02 22:47:01 +02:00
2015-08-01 10:28:57 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-08-02 19:23:22 +01:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-07 11:09:08 -07:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-08-02 19:23:22 +01:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2016-03-12 15:40:24 +01:00
2016-02-12 23:31:55 +11:00
2016-02-12 23:32:20 +11:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-08-02 19:23:22 +01:00
2015-08-02 19:23:22 +01:00
2015-08-02 19:23:22 +01:00
2015-08-02 19:23:22 +01:00
2015-08-02 19:23:22 +01:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-02 22:47:01 +02:00
2015-06-28 22:32:55 -05:00
2016-04-21 10:52:11 +01:00
2015-06-02 22:47:01 +02:00
2016-04-21 10:52:11 +01:00