mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 11:52:57 +01:00
ROUTER and DEALER are aliases for XREP and XREQ
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user