mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
use more conservative 30 second default timeout for LINGER
Regression in #1248 can cause lost messages at exit.
This commit is contained in:
@@ -323,7 +323,7 @@ following outlines the different behaviours:
|
|||||||
[horizontal]
|
[horizontal]
|
||||||
Option value type:: int
|
Option value type:: int
|
||||||
Option value unit:: milliseconds
|
Option value unit:: milliseconds
|
||||||
Default value:: 2000 (two seconds)
|
Default value:: 30000 (thirty seconds)
|
||||||
Applicable socket types:: all
|
Applicable socket types:: all
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ zmq::options_t::options_t () :
|
|||||||
rcvbuf (0),
|
rcvbuf (0),
|
||||||
tos (0),
|
tos (0),
|
||||||
type (-1),
|
type (-1),
|
||||||
linger (2000),
|
linger (30000),
|
||||||
reconnect_ivl (100),
|
reconnect_ivl (100),
|
||||||
reconnect_ivl_max (0),
|
reconnect_ivl_max (0),
|
||||||
backlog (100),
|
backlog (100),
|
||||||
|
|||||||
Reference in New Issue
Block a user