Commit 7e6c304a authored by Ian Barber's avatar Ian Barber

Merge pull request #474 from hintjens/master

Fixed doc for SNDHWM
parents 1a18c7b0 14898579
...@@ -39,6 +39,10 @@ blocking or dropping sent messages. Refer to the individual socket descriptions ...@@ -39,6 +39,10 @@ blocking or dropping sent messages. Refer to the individual socket descriptions
in linkzmq:zmq_socket[3] for details on the exact action taken for each socket in linkzmq:zmq_socket[3] for details on the exact action taken for each socket
type. type.
NOTE: 0MQ does not guarantee that the socket will accept as many as ZMQ_SNDHWM
messages, and the actual limit may be as much as 60-70% lower depending on the
flow of messages on the socket.
[horizontal] [horizontal]
Option value type:: int Option value type:: int
Option value unit:: messages Option value unit:: messages
......
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