summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_getsockopt.txt8
-rw-r--r--doc/zmq_setsockopt.txt8
2 files changed, 4 insertions, 12 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
diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt
index b06388c..fd004f4 100644
--- a/doc/zmq_setsockopt.txt
+++ b/doc/zmq_setsockopt.txt
@@ -38,12 +38,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
@@ -60,12 +58,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