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:
Ian Barber
2013-08-18 11:16:21 +01:00
parent cb35fd7bfe
commit 531d3ebc09
6 changed files with 23 additions and 27 deletions

View File

@@ -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),