From 00cf3ceb8da8cb58b343cb75798a042588f09752 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 11 Apr 2010 10:26:47 +0200 Subject: multi-part message functionality available via ZMQ_SNDMORE and ZMQ_RCVMORE --- include/zmq.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/zmq.h') diff --git a/include/zmq.h b/include/zmq.h index e2b5436..55e7cd7 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -179,8 +179,11 @@ ZMQ_EXPORT int zmq_term (void *context); #define ZMQ_MCAST_LOOP 10 #define ZMQ_SNDBUF 11 #define ZMQ_RCVBUF 12 +#define ZMQ_RCVMORE 13 #define ZMQ_NOBLOCK 1 +#define ZMQ_SNDMORE 2 +// Obsolete: #define ZMQ_MORE 2 ZMQ_EXPORT void *zmq_socket (void *context, int type); -- cgit v1.2.3