Commit 9227c389 authored by Martin Sustrik's avatar Martin Sustrik

ROUTER and DEALER are aliases for XREP and XREQ

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent dee8b236
......@@ -163,6 +163,9 @@ ZMQ_EXPORT int zmq_term (void *context);
#define ZMQ_XPUB 9
#define ZMQ_XSUB 10
#define ZMQ_ROUTER ZMQ_XREP
#define ZMQ_DEALER ZMQ_XREQ
/* Socket options. */
#define ZMQ_AFFINITY 4
#define ZMQ_SUBSCRIBE 6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment