mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Problem: socket option marked as draft for 4.2
Solution: move comment further below to declare new socket options as stable for the 4.2.0 release.
This commit is contained in:
parent
8cf4832e01
commit
b5b5f75242
@ -343,8 +343,6 @@ ZMQ_EXPORT const char *zmq_msg_gets (zmq_msg_t *msg, const char *property);
|
|||||||
#define ZMQ_HANDSHAKE_IVL 66
|
#define ZMQ_HANDSHAKE_IVL 66
|
||||||
#define ZMQ_SOCKS_PROXY 68
|
#define ZMQ_SOCKS_PROXY 68
|
||||||
#define ZMQ_XPUB_NODROP 69
|
#define ZMQ_XPUB_NODROP 69
|
||||||
// All options after this is for version 4.2 and still *draft*
|
|
||||||
// Subject to arbitrary change without notice
|
|
||||||
#define ZMQ_BLOCKY 70
|
#define ZMQ_BLOCKY 70
|
||||||
#define ZMQ_XPUB_MANUAL 71
|
#define ZMQ_XPUB_MANUAL 71
|
||||||
#define ZMQ_XPUB_WELCOME_MSG 72
|
#define ZMQ_XPUB_WELCOME_MSG 72
|
||||||
@ -363,6 +361,8 @@ ZMQ_EXPORT const char *zmq_msg_gets (zmq_msg_t *msg, const char *property);
|
|||||||
#define ZMQ_VMCI_BUFFER_MAX_SIZE 87
|
#define ZMQ_VMCI_BUFFER_MAX_SIZE 87
|
||||||
#define ZMQ_VMCI_CONNECT_TIMEOUT 88
|
#define ZMQ_VMCI_CONNECT_TIMEOUT 88
|
||||||
#define ZMQ_USE_FD 89
|
#define ZMQ_USE_FD 89
|
||||||
|
// All options after this is for version 4.3 and still *draft*
|
||||||
|
// Subject to arbitrary change without notice
|
||||||
|
|
||||||
/* Message options */
|
/* Message options */
|
||||||
#define ZMQ_MORE 1
|
#define ZMQ_MORE 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user