Commit fc1099ff authored by Constantin Rack's avatar Constantin Rack

Problem: documentation shows wrong default value

Solution: fix documentation
parent ec41f654
...@@ -745,8 +745,8 @@ The default value is 8192. ...@@ -745,8 +745,8 @@ The default value is 8192.
[horizontal] [horizontal]
Option value type:: int Option value type:: int
Option value unit:: N/A Option value unit:: >0
Default value:: 3 Default value:: 8192
Applicable socket types:: all, when using TCP transport Applicable socket types:: all, when using TCP transport
ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer
...@@ -758,8 +758,8 @@ The default value is 8192. ...@@ -758,8 +758,8 @@ The default value is 8192.
[horizontal] [horizontal]
Option value type:: int Option value type:: int
Option value unit:: N/A Option value unit:: >0
Default value:: 3 Default value:: 8192
Applicable socket types:: all, when using TCP transport Applicable socket types:: all, when using TCP transport
RETURN VALUE RETURN VALUE
......
...@@ -1080,8 +1080,8 @@ The default value is 8192. ...@@ -1080,8 +1080,8 @@ The default value is 8192.
[horizontal] [horizontal]
Option value type:: int Option value type:: int
Option value unit:: N/A Option value unit:: >0
Default value:: 3 Default value:: 8192
Applicable socket types:: all, when using TCP transport Applicable socket types:: all, when using TCP transport
ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer
...@@ -1093,8 +1093,8 @@ The default value is 8192. ...@@ -1093,8 +1093,8 @@ The default value is 8192.
[horizontal] [horizontal]
Option value type:: int Option value type:: int
Option value unit:: N/A Option value unit:: >0
Default value:: 3 Default value:: 8192
Applicable socket types:: all, when using TCP transport Applicable socket types:: all, when using TCP transport
RETURN VALUE RETURN VALUE
......
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