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
f437c9ed
Commit
f437c9ed
authored
Jun 20, 2011
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix errors in zmq_getsockopt(3) manpage
Signed-off-by:
Martin Sustrik
<
sustrik@250bpm.com
>
parent
ab99975a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
zmq_getsockopt.txt
doc/zmq_getsockopt.txt
+7
-7
No files found.
doc/zmq_getsockopt.txt
View file @
f437c9ed
...
...
@@ -69,10 +69,10 @@ Default value:: N/A
Applicable socket types:: all
ZMQ_SNDHWM:
Set
high water mark for outbound messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_SNDHWM' option shall
set the high water mark for outbound messages on
the specified 'socket'. The high water mark is a hard limit on the maximum
ZMQ_SNDHWM:
Retrieves
high water mark for outbound messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~
The 'ZMQ_SNDHWM' option shall
return the high water mark for outbound messages
on
the specified 'socket'. The high water mark is a hard limit on the maximum
number of outstanding messages 0MQ shall queue in memory for any single peer
that the specified 'socket' is communicating with.
...
...
@@ -91,9 +91,9 @@ Default value:: 0
Applicable socket types:: all
ZMQ_RCVHWM:
Set
high water mark for inbound messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_RCVHWM' option shall
set
the high water mark for inbound messages on
ZMQ_RCVHWM:
Retrieve
high water mark for inbound messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~
The 'ZMQ_RCVHWM' option shall
return
the high water mark for inbound messages on
the specified 'socket'. The high water mark is a hard limit on the maximum
number of outstanding messages 0MQ shall queue in memory for any single peer
that the specified 'socket' is communicating with.
...
...
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