Merge pull request #1248 from hintjens/master

Problem: default LINGER value is insane
This commit is contained in:
Constantin Rack
2014-11-07 23:52:00 +01:00
3 changed files with 3 additions and 12 deletions

View File

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