Merge pull request #488 from barometz/draft-socket-types-4.3.4

Add all draft socket types up to libzmq 4.3.4
This commit is contained in:
Simon Giesecke 2021-04-19 08:27:59 +02:00 committed by GitHub
commit 545b12c56a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,