Skip to content

Commit

Permalink
Merge pull request #488 from barometz/draft-socket-types-4.3.4
Browse files Browse the repository at this point in the history
Add all draft socket types up to libzmq 4.3.4
  • Loading branch information
sigiesec authored Apr 19, 2021
2 parents 4f11156 + 2483708 commit 545b12c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,13 @@ enum class socket_type : int
client = ZMQ_CLIENT,
radio = ZMQ_RADIO,
dish = ZMQ_DISH,
gather = ZMQ_GATHER,
scatter = ZMQ_SCATTER,
dgram = ZMQ_DGRAM,
#endif
#if defined(ZMQ_BUILD_DRAFT_API) && ZMQ_VERSION >= ZMQ_MAKE_VERSION(4, 3, 3)
peer = ZMQ_PEER,
channel = ZMQ_CHANNEL,
#endif
#if ZMQ_VERSION_MAJOR >= 4
stream = ZMQ_STREAM,
Expand Down

0 comments on commit 545b12c

Please sign in to comment.