mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
ZMQII-14: Change default for ZMQ_MCAST_LOOP to true
This commit is contained in:
parent
85cbd7f83c
commit
2521130769
@ -29,7 +29,7 @@ zmq::options_t::options_t () :
|
||||
affinity (0),
|
||||
rate (100),
|
||||
recovery_ivl (10),
|
||||
use_multicast_loop (false),
|
||||
use_multicast_loop (true),
|
||||
requires_in (false),
|
||||
requires_out (false)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user