We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92ff7ff + 0417abc commit 7da2fd0Copy full SHA for 7da2fd0
azmq/socket.hpp
@@ -69,6 +69,7 @@ class socket :
69
using router_handover = opt::boolean<ZMQ_ROUTER_HANDOVER>;
70
using probe_router = opt::boolean<ZMQ_PROBE_ROUTER>;
71
using xpub_verbose = opt::boolean<ZMQ_XPUB_VERBOSE>;
72
+ using xpub_nodrop = opt::integer<ZMQ_XPUB_NODROP>;
73
using req_correlate = opt::boolean<ZMQ_REQ_CORRELATE>;
74
using req_relaxed = opt::boolean<ZMQ_REQ_RELAXED>;
75
using last_endpoint = opt::binary<ZMQ_LAST_ENDPOINT>;
0 commit comments