Problem: documentation shows wrong default value

Solution: fix documentation
This commit is contained in:
Constantin Rack 2015-11-13 11:08:23 +01:00
parent ec41f6540f
commit fc1099ffd1
2 changed files with 8 additions and 8 deletions

View File

@ -745,8 +745,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit:: N/A
Default value:: 3
Option value unit:: >0
Default value:: 8192
Applicable socket types:: all, when using TCP transport
ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer
@ -758,8 +758,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit:: N/A
Default value:: 3
Option value unit:: >0
Default value:: 8192
Applicable socket types:: all, when using TCP transport
RETURN VALUE

View File

@ -1080,8 +1080,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit:: N/A
Default value:: 3
Option value unit:: >0
Default value:: 8192
Applicable socket types:: all, when using TCP transport
ZMQ_TCP_SEND_BUFFER: Size of the TCP receive buffer
@ -1093,8 +1093,8 @@ The default value is 8192.
[horizontal]
Option value type:: int
Option value unit:: N/A
Default value:: 3
Option value unit:: >0
Default value:: 8192
Applicable socket types:: all, when using TCP transport
RETURN VALUE