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 --- include/zmq.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/zmq.h b/include/zmq.h index 6e90b56..e0e5653 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -191,7 +191,6 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_UNSUBSCRIBE 7 #define ZMQ_RATE 8 #define ZMQ_RECOVERY_IVL 9 -#define ZMQ_MCAST_LOOP 10 #define ZMQ_SNDBUF 11 #define ZMQ_RCVBUF 12 #define ZMQ_RCVMORE 13 -- cgit v1.2.3