Pieter Hintjens deaad00ad9 Problem: zmq_connect() does not validate TCP addresses
Since https://github.com/zeromq/libzmq/commit/350a1a, TCP addresses
get resolved asynchronously, so zmq_connect no longer returned an
error on incorrect addresses.

This is troublesome since we rely on some error checking to catch
blatant errors.

Solution add some upfront syntax checking that catches at least the
obvious kinds of errors (invalid characters, wrong or missing port
number).
2014-06-24 14:33:38 +02:00
..
2014-05-02 22:21:50 +02:00
2014-03-16 11:53:40 +01:00
2014-01-13 18:38:59 +08:00
2014-01-23 09:23:46 -06:00