use more conservative 30 second default timeout for LINGER

Regression in #1248 can cause lost messages at exit.
This commit is contained in:
Min RK
2014-11-09 10:05:04 -08:00
parent ed4f342633
commit 35dd85a1db
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ zmq::options_t::options_t () :
rcvbuf (0),
tos (0),
type (-1),
linger (2000),
linger (30000),
reconnect_ivl (100),
reconnect_ivl_max (0),
backlog (100),