mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
Merge pull request #1248 from hintjens/master
Problem: default LINGER value is insane
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