mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 04:17:57 +01:00
change ZMQ_STREAM_NOTIFY to default to 1
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user