diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-05-25 15:03:57 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-05-25 15:03:57 +0200 |
commit | 8408ae066dce123fc93e4f53dbadb1f60b7f2e8a (patch) | |
tree | 414194ee2bb2cf5eb0937ffb872e27c5e8656e03 /doc | |
parent | f34a468a263c7b4013a267297ee7f121e12dfb9d (diff) |
LWM is computed rather than explicitly specified by user
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_setsockopt.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index 92068f8..8845a10 100644 --- a/doc/zmq_setsockopt.txt +++ b/doc/zmq_setsockopt.txt @@ -40,21 +40,6 @@ Default value:: 0 Applicable socket types:: all -ZMQ_LWM: Set low water mark -~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The 'ZMQ_LWM' option shall set the low water mark for the _message queue_ -associated with the socket. This option only makes sense when used in -conjunction with the 'ZMQ_HWM' option. A socket which has reached it's high -water mark remains in the "emergency" state until the number of outstanding -messages in it's associated message queue falls below the low water mark, at -which point normal message processing is resumed. - -Option value type:: int64_t -Option value unit:: messages -Default value:: 0 -Applicable socket types:: all - - ZMQ_SWAP: Set disk offload size ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The 'ZMQ_SWAP' option shall set the disk offload (swap) size for the _message |