mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 03:20:13 +01:00
non-immediate_connect functionality removed
It was used only by ROUTER socket. After its removal it became obsolete. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -40,7 +40,6 @@ zmq::options_t::options_t () :
|
||||
maxmsgsize (-1),
|
||||
rcvtimeo (-1),
|
||||
sndtimeo (-1),
|
||||
immediate_connect (true),
|
||||
delay_on_close (true),
|
||||
delay_on_disconnect (true),
|
||||
filter (false)
|
||||
|
||||
Reference in New Issue
Block a user