diff options
author | Steven McCoy <steven.mccoy@miru.hk> | 2011-08-08 12:10:31 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-08-08 12:10:31 +0200 |
commit | 784041f5b99ba28252c9bb67a5bfb4a5da41ef93 (patch) | |
tree | 3306c8c36266a052f9365d757197e7852ec52031 /include | |
parent | 8378180cbb69c44fdd84f9ee05620bf8744cce48 (diff) |
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 <steven.mccoy@miru.hk>
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/zmq.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |