Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
7362f3af
Commit
7362f3af
authored
Jul 08, 2015
by
Juha Reunanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update documentation regarding the rcvbuf parameter
parent
8096990e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
zmq_getsockopt.txt
doc/zmq_getsockopt.txt
+2
-4
zmq_setsockopt.txt
doc/zmq_setsockopt.txt
+2
-2
No files found.
doc/zmq_getsockopt.txt
View file @
7362f3af
...
@@ -450,14 +450,12 @@ Applicable socket types:: all, when using multicast transports
...
@@ -450,14 +450,12 @@ Applicable socket types:: all, when using multicast transports
ZMQ_RCVBUF: Retrieve kernel receive buffer size
ZMQ_RCVBUF: Retrieve kernel receive buffer size
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_RCVBUF' option shall retrieve the underlying kernel receive buffer
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
size for the specified 'socket'. For details refer to your operating system
in effect. For details refer to your operating system documentation for the
documentation for the 'SO_RCVBUF' socket option.
'SO_RCVBUF' socket option.
[horizontal]
[horizontal]
Option value type:: int
Option value type:: int
Option value unit:: bytes
Option value unit:: bytes
Default value:: 0
Applicable socket types:: all
Applicable socket types:: all
...
...
doc/zmq_setsockopt.txt
View file @
7362f3af
...
@@ -469,14 +469,14 @@ Applicable socket types:: all, when using multicast transports
...
@@ -469,14 +469,14 @@ Applicable socket types:: all, when using multicast transports
ZMQ_RCVBUF: Set kernel receive buffer size
ZMQ_RCVBUF: Set kernel receive buffer size
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_RCVBUF' option shall set the underlying kernel receive buffer size for
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
OS default unchanged. For details refer to your operating system documentation
for the 'SO_RCVBUF' socket option.
for the 'SO_RCVBUF' socket option.
[horizontal]
[horizontal]
Option value type:: int
Option value type:: int
Option value unit:: bytes
Option value unit:: bytes
Default value::
0
Default value::
-1
Applicable socket types:: all
Applicable socket types:: all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment