mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 21:50:49 +01:00
Remove delay options
These were exposed to users, but have subsequently been removed as sockopts. They are currently only being used by ZAP, so I've moved it to a simpl function call (actually it's only used in one case even in that, so there may be a further simplification possible there).
This commit is contained in:
@@ -43,8 +43,6 @@ zmq::options_t::options_t () :
|
||||
sndtimeo (-1),
|
||||
ipv6 (0),
|
||||
immediate (0),
|
||||
delay_on_close (true),
|
||||
delay_on_disconnect (true),
|
||||
filter (false),
|
||||
recv_identity (false),
|
||||
raw_sock (false),
|
||||
|
||||
Reference in New Issue
Block a user