mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01: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]
|
||||
Option value type:: int
|
||||
Option value unit:: 0, 1
|
||||
Default value:: 0
|
||||
Default value:: 1
|
||||
Applicable socket types:: ZMQ_STREAM
|
||||
|
||||
|
||||
|
@ -58,7 +58,7 @@ zmq::options_t::options_t () :
|
||||
invert_matching(false),
|
||||
recv_identity (false),
|
||||
raw_socket (false),
|
||||
raw_notify (false),
|
||||
raw_notify (true),
|
||||
tcp_keepalive (-1),
|
||||
tcp_keepalive_cnt (-1),
|
||||
tcp_keepalive_idle (-1),
|
||||
|
Loading…
Reference in New Issue
Block a user