Commit d4a58034 authored by Jörg Kreuzberger's avatar Jörg Kreuzberger

Update zmq_setsockopt.txt

#1287
parent 18b6e680
...@@ -810,11 +810,9 @@ Applicable socket types:: ZMQ_XPUB ...@@ -810,11 +810,9 @@ Applicable socket types:: ZMQ_XPUB
ZMQ_XPUB_NODROP: do not silently drop messages if SENDHWM is reached ZMQ_XPUB_NODROP: do not silently drop messages if SENDHWM is reached
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sets the 'XPUB' socket behaviour to return error EAGAIN if SEND_HWM is Sets the 'XPUB' socket behaviour to return error EAGAIN if SENDHWM is
reached and the message could not be send. reached and the message could not be send.
A value of '0' is the default and messages are dropped if SENDHWM is reached.
A value of `0` is the default and drops the message silently when the peers A value of `0` is the default and drops the message silently when the peers
SNDHWM is reached. A value of `1` returns an 'EAGAIN' error code if the SNDHWM is reached. A value of `1` returns an 'EAGAIN' error code if the
SNDHWM is reached and ZMQ_DONTWAIT was used. SNDHWM is reached and ZMQ_DONTWAIT was used.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment