mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-14 12:24:25 +00:00
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.