Skip to content

Commit 7da2fd0

Browse files
authored
Merge pull request #189 from jyurdal/master
Add XPUB_NODROP socket option
2 parents 92ff7ff + 0417abc commit 7da2fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azmq/socket.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class socket :
6969
using router_handover = opt::boolean<ZMQ_ROUTER_HANDOVER>;
7070
using probe_router = opt::boolean<ZMQ_PROBE_ROUTER>;
7171
using xpub_verbose = opt::boolean<ZMQ_XPUB_VERBOSE>;
72+
using xpub_nodrop = opt::integer<ZMQ_XPUB_NODROP>;
7273
using req_correlate = opt::boolean<ZMQ_REQ_CORRELATE>;
7374
using req_relaxed = opt::boolean<ZMQ_REQ_RELAXED>;
7475
using last_endpoint = opt::binary<ZMQ_LAST_ENDPOINT>;

0 commit comments

Comments
 (0)