diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2011-10-27 10:37:31 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-10-27 10:37:31 +0200 |
commit | a70bea01cc9c81a59d0b7067e8854fc9777f5757 (patch) | |
tree | b32ae6f9fcda0e7ae508995949b6882f55aed718 /doc/zmq_getsockopt.txt | |
parent | 81da391e7e6ee12a2607289a1aae16c400e7025e (diff) | |
parent | b3cda2ad6091096264f777a95907050edfdd3ffe (diff) |
Merge branch 'master' of github.com:zeromq/libzmq
Diffstat (limited to 'doc/zmq_getsockopt.txt')
-rw-r--r-- | doc/zmq_getsockopt.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index ba85ab3..99065c0 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -81,12 +81,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 type. -The default 'ZMQ_SNDHWM' value of zero means "no limit". - [horizontal] Option value type:: int Option value unit:: messages -Default value:: 0 +Default value:: 1000 Applicable socket types:: all @@ -103,12 +101,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 type. -The default 'ZMQ_RCVHWM' value of zero means "no limit". - [horizontal] Option value type:: int Option value unit:: messages -Default value:: 0 +Default value:: 1000 Applicable socket types:: all |