From b45b68ae4ab90af1ce35deec52b0c0492a1f49d4 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 23 Mar 2011 17:01:39 +0100 Subject: ZMQ_MCAST_LOOP removed Multicast loopback is not a real multicast, rather a kernel-space simulation. Moreover, it tends to be rather unreliable and lossy. Removing the option will force users to use transports better suited for the job, such as inproc or ipc. Signed-off-by: Martin Sustrik --- src/options.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/options.hpp') diff --git a/src/options.hpp b/src/options.hpp index d05019b..62ecadf 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -48,9 +48,6 @@ namespace zmq // Reliability time interval [ms]. Default -1 = not used. int32_t recovery_ivl_msec; - // Enable multicast loopback. Default disabled (false). - bool use_multicast_loop; - uint64_t sndbuf; uint64_t rcvbuf; -- cgit v1.2.3