ugovaretto / zrf

ZeroMQ based remoting framework
GNU General Public License v3.0
0 stars 0 forks source link

Detect URI format #13

Open ugovaretto opened 8 years ago

ugovaretto commented 8 years ago

Report an error in case of tcp://<?>: uri when the socket is supposed to be bound to address through bind() and <?> is different from '*'.

E.g. ZMQ_REQ socket with URI = tcp://localhost:4444 must report an invalid socket/uri combination

ugovaretto commented 8 years ago

Won't catch "ipc://" URIs though