mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-28 16:15:23 +08:00
change ZMQ_STREAM_NOTIFY to default to 1
This commit is contained in:
parent
518b939f31
commit
3e7d737360
@ -725,7 +725,7 @@ message when a peer connects or disconnects.
|
|||||||
[horizontal]
|
[horizontal]
|
||||||
Option value type:: int
|
Option value type:: int
|
||||||
Option value unit:: 0, 1
|
Option value unit:: 0, 1
|
||||||
Default value:: 0
|
Default value:: 1
|
||||||
Applicable socket types:: ZMQ_STREAM
|
Applicable socket types:: ZMQ_STREAM
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ zmq::options_t::options_t () :
|
|||||||
invert_matching(false),
|
invert_matching(false),
|
||||||
recv_identity (false),
|
recv_identity (false),
|
||||||
raw_socket (false),
|
raw_socket (false),
|
||||||
raw_notify (false),
|
raw_notify (true),
|
||||||
tcp_keepalive (-1),
|
tcp_keepalive (-1),
|
||||||
tcp_keepalive_cnt (-1),
|
tcp_keepalive_cnt (-1),
|
||||||
tcp_keepalive_idle (-1),
|
tcp_keepalive_idle (-1),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user