mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
update documentation regarding the rcvbuf parameter
This commit is contained in:
parent
8096990e45
commit
7362f3af0f
@ -450,14 +450,12 @@ Applicable socket types:: all, when using multicast transports
|
||||
ZMQ_RCVBUF: Retrieve kernel receive buffer size
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The 'ZMQ_RCVBUF' option shall retrieve the underlying kernel receive buffer
|
||||
size for the specified 'socket'. A value of zero means that the OS default is
|
||||
in effect. For details refer to your operating system documentation for the
|
||||
'SO_RCVBUF' socket option.
|
||||
size for the specified 'socket'. For details refer to your operating system
|
||||
documentation for the 'SO_RCVBUF' socket option.
|
||||
|
||||
[horizontal]
|
||||
Option value type:: int
|
||||
Option value unit:: bytes
|
||||
Default value:: 0
|
||||
Applicable socket types:: all
|
||||
|
||||
|
||||
|
@ -469,14 +469,14 @@ Applicable socket types:: all, when using multicast transports
|
||||
ZMQ_RCVBUF: Set kernel receive buffer size
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The 'ZMQ_RCVBUF' option shall set the underlying kernel receive buffer size for
|
||||
the 'socket' to the specified size in bytes. A value of zero means leave the
|
||||
the 'socket' to the specified size in bytes. A value of -1 means leave the
|
||||
OS default unchanged. For details refer to your operating system documentation
|
||||
for the 'SO_RCVBUF' socket option.
|
||||
|
||||
[horizontal]
|
||||
Option value type:: int
|
||||
Option value unit:: bytes
|
||||
Default value:: 0
|
||||
Default value:: -1
|
||||
Applicable socket types:: all
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user