From d7923f08cab62ef40027a92f596ff45428870838 Mon Sep 17 00:00:00 2001 From: Fabien Ninoles Date: Fri, 17 Jun 2011 12:22:02 +0200 Subject: Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. - Add doc and tests - Add options and setup - Wait using poll/select Signed-off-by: Fabien Ninoles Signed-off-by: Martin Sustrik --- include/zmq.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/zmq.h') diff --git a/include/zmq.h b/include/zmq.h index 8d1d57b..ca34e58 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -181,6 +181,8 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_RCVHWM 24 #define ZMQ_MULTICAST_HOPS 25 #define ZMQ_FILTER 26 +#define ZMQ_RCVTIMEO 27 +#define ZMQ_SNDTIMEO 28 /* Send/recv options. */ #define ZMQ_DONTWAIT 1 -- cgit v1.2.3