mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
Problem: default LINGER value is insane
Solution: use a sane value, e.g. 2 seconds Fixes #1247
This commit is contained in:
@@ -35,7 +35,7 @@ zmq::options_t::options_t () :
|
||||
rcvbuf (0),
|
||||
tos (0),
|
||||
type (-1),
|
||||
linger (-1),
|
||||
linger (2000),
|
||||
reconnect_ivl (100),
|
||||
reconnect_ivl_max (0),
|
||||
backlog (100),
|
||||
|
||||
Reference in New Issue
Block a user