mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-15 23:20:09 +02:00
Added integral sockopt -- "router_raw"
This commit is contained in:
3
zmq.hpp
3
zmq.hpp
@@ -1625,6 +1625,9 @@ ZMQ_DEFINE_INTEGRAL_BOOL_UNIT_OPT(ZMQ_ROUTER_MANDATORY, router_mandatory, int);
|
||||
#ifdef ZMQ_ROUTER_NOTIFY
|
||||
ZMQ_DEFINE_INTEGRAL_OPT(ZMQ_ROUTER_NOTIFY, router_notify, int);
|
||||
#endif
|
||||
#ifdef ZMQ_ROUTER_RAW
|
||||
ZMQ_DEFINE_INTEGRAL_OPT(ZMQ_ROUTER_RAW, router_raw, int);
|
||||
#endif
|
||||
#ifdef ZMQ_ROUTING_ID
|
||||
ZMQ_DEFINE_ARRAY_OPT_BINARY(ZMQ_ROUTING_ID, routing_id);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user