Skip to content

Commit

Permalink
Merge pull request #189 from jyurdal/master
Browse files Browse the repository at this point in the history
Add XPUB_NODROP socket option
  • Loading branch information
aboseley authored Nov 20, 2021
2 parents 92ff7ff + 0417abc commit 7da2fd0
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
Expand Up @@ -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>;
Expand Down

0 comments on commit 7da2fd0

Please sign in to comment.