diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-03-23 17:01:39 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-03-23 17:01:39 +0100 |
commit | b45b68ae4ab90af1ce35deec52b0c0492a1f49d4 (patch) | |
tree | b5ad48702e03088b957fab8ea31e90029270ec41 /include/zmq.h | |
parent | f5e6d67948b8c71c2444046f6246aebab16546dc (diff) |
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 <sustrik@250bpm.com>
Diffstat (limited to 'include/zmq.h')
-rw-r--r-- | include/zmq.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |