Commit 25211307 authored by malosek's avatar malosek

ZMQII-14: Change default for ZMQ_MCAST_LOOP to true

parent 85cbd7f8
...@@ -29,7 +29,7 @@ zmq::options_t::options_t () : ...@@ -29,7 +29,7 @@ zmq::options_t::options_t () :
affinity (0), affinity (0),
rate (100), rate (100),
recovery_ivl (10), recovery_ivl (10),
use_multicast_loop (false), use_multicast_loop (true),
requires_in (false), requires_in (false),
requires_out (false) requires_out (false)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment