libzmq/unittests
Lionel Flandrin 406c348771 Problem: ip_resolver allows wildcard ports for non-bindable sockets
Solution: return an error in this situation but still allow using an explicit
"0" if somebody really wants to connect to port 0.

This shouldn't break any existing code because a "*" port was already rejected
in an early test in the TCP path in zmq::socket_base_t::connect.
2018-05-03 13:19:22 +02:00
..
CMakeLists.txt Problem: address parsing code is tied to the TCP code 2018-05-02 18:06:01 +02:00
unittest_ip_resolver.cpp Problem: ip_resolver allows wildcard ports for non-bindable sockets 2018-05-03 13:19:22 +02:00
unittest_mtrie.cpp Problem: unittest_mtrie fails on 32bit *nix 2018-03-02 18:00:17 +00:00
unittest_poller.cpp Problem: race condition in unit test 2018-02-13 22:27:15 -05:00
unittest_ypipe.cpp Problem: network initialization and shutdown functions not available for 2018-02-13 18:38:17 +01:00