Skip to content

Commit

Permalink
add XPUB_NODROP option
Browse files Browse the repository at this point in the history
Joanna Yurdal committed Nov 5, 2021
1 parent 162ae5c commit 0417abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azmq/socket.hpp
Original file line number Diff line number Diff line change
@@ -69,6 +69,7 @@ class socket :
using router_handover = opt::boolean<ZMQ_ROUTER_HANDOVER>;
using probe_router = opt::boolean<ZMQ_PROBE_ROUTER>;
using xpub_verbose = opt::boolean<ZMQ_XPUB_VERBOSE>;
using xpub_nodrop = opt::integer<ZMQ_XPUB_NODROP>;
using req_correlate = opt::boolean<ZMQ_REQ_CORRELATE>;
using req_relaxed = opt::boolean<ZMQ_REQ_RELAXED>;
using last_endpoint = opt::binary<ZMQ_LAST_ENDPOINT>;

0 comments on commit 0417abc

Please sign in to comment.