diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index d4146da5..903e9761 100644 --- a/doc/zmq_setsockopt.txt +++ b/doc/zmq_setsockopt.txt @@ -246,6 +246,7 @@ Option value unit:: milliseconds Default value:: 30000 Applicable socket types:: all but ZMQ_STREAM, only for connection-oriented transports + ZMQ_HEARTBEAT_IVL: Set interval between sending ZMTP heartbeats ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_HEARTBEAT_IVL' option shall set the interval between sending ZMTP heartbeats @@ -258,6 +259,7 @@ Option value unit:: milliseconds Default value:: 0 Applicable socket types:: all, when using connection-oriented transports + ZMQ_HEARTBEAT_TIMEOUT: Set timeout for ZMTP heartbeats ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_HEARTBEAT_TIMEOUT' option shall set how long to wait before timing-out a @@ -273,6 +275,7 @@ Option value unit:: milliseconds Default value:: 0 Applicable socket types:: all, when using connection-oriented transports + ZMQ_HEARTBEAT_TTL: Set the TTL value for ZMTP heartbeats ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_HEARTBEAT_TTL' option shall set the timeout on the remote peer for ZMTP @@ -288,6 +291,7 @@ Option value unit:: milliseconds Default value:: 0 Applicable socket types:: all, when using connection-oriented transports + ZMQ_IDENTITY: Set socket identity ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_IDENTITY' option shall set the identity of the specified 'socket' @@ -834,9 +838,9 @@ Option value unit:: 0, 1 Default value:: 0 Applicable socket types:: ZMQ_XPUB -ZMQ_XPUB_MANUAL: change the subscription handling to manual -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ZMQ_XPUB_MANUAL: change the subscription handling to manual +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sets the 'XPUB' socket subscription handling mode manual/automatic. A value of '0' is the default and subscription requests will be handled automatically. A value of '1' will change the subscription requests handling to manual, @@ -849,6 +853,7 @@ Option value unit:: 0, 1 Default value:: 0 Applicable socket types:: ZMQ_XPUB + ZMQ_XPUB_NODROP: do not silently drop messages if SENDHWM is reached ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sets the 'XPUB' socket behaviour to return error EAGAIN if SENDHWM is @@ -864,9 +869,9 @@ Option value unit:: 0, 1 Default value:: 0 Applicable socket types:: ZMQ_XPUB, ZMQ_PUB -ZMQ_WELCOME_MSG: set welcome message that will be received by subscriber when connecting -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +ZMQ_WELCOME_MSG: set welcome message that will be received by subscriber when connecting +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sets a welcome message the will be recieved by subscriber when connecting. Subscriber must subscribe to the Welcome message before connecting. Welcome message will also be sent on reconnecting. @@ -880,6 +885,7 @@ Option value unit:: N/A Default value:: NULL Applicable socket types:: ZMQ_XPUB + ZMQ_ZAP_DOMAIN: Set RFC 27 authentication domain ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sets the domain for ZAP (ZMQ RFC 27) authentication. For NULL security (the