From 784041f5b99ba28252c9bb67a5bfb4a5da41ef93 Mon Sep 17 00:00:00 2001 From: Steven McCoy Date: Mon, 8 Aug 2011 12:10:31 +0200 Subject: ZMQ_IPV4ONLY option added At this point option exists, is documented and can be set, however, it has no effect. Signed-off-by: Steven McCoy Signed-off-by: Martin Sustrik --- include/zmq.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/zmq.h') diff --git a/include/zmq.h b/include/zmq.h index 2c95219..cca7d01 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -185,7 +185,8 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_SNDTIMEO 28 #define ZMQ_RCVLABEL 29 #define ZMQ_RCVCMD 30 - +#define ZMQ_IPV4ONLY 31 + /* Send/recv options. */ #define ZMQ_DONTWAIT 1 #define ZMQ_SNDMORE 2 -- cgit v1.2.3