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
0ada4f8e
Commit
0ada4f8e
authored
Nov 04, 2010
by
Jacob Rideout
Committed by
Martin Sustrik
Nov 04, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation typos
Signed-off-by:
Jacob Rideout
<
jacob.rideout@returnpath.net
>
parent
1b39bcd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
zmq_getsockopt.txt
doc/zmq_getsockopt.txt
+3
-3
zmq_setsockopt.txt
doc/zmq_setsockopt.txt
+6
-6
No files found.
doc/zmq_getsockopt.txt
View file @
0ada4f8e
...
...
@@ -121,7 +121,7 @@ Applicable socket types:: N/A
ZMQ_IDENTITY: Retrieve socket identity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_IDENTITY' option shall retrieve the identity of the specified
'socket'. Socket identity determines if existing 0MQ infastructure (_message
'socket'. Socket identity determines if existing 0MQ inf
r
astructure (_message
queues_, _forwarding devices_) shall be identified with a specific application
and persist across multiple runs of the application.
...
...
@@ -229,7 +229,7 @@ Applicable socket types:: all
ZMQ_RECONNECT_IVL: Retrieve reconnect period for connection-based transports
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_RECONNECT' option shall retrieve the period indicating how long it
The 'ZMQ_RECONNECT
_IVL
' option shall retrieve the period indicating how long it
takes for a disconnected underlying connection to attempt to reconnect.
[horizontal]
...
...
@@ -241,7 +241,7 @@ Applicable socket types:: all
ZMQ_BACKLOG: Retrieve maximum length of the queue of pending connections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_
RECONNECT
' option shall retrieve maximum size of the
The 'ZMQ_
BACKLOG
' option shall retrieve maximum size of the
pending connection backlog for connection-based transports. For details
refer to your operating system documentation for the 'listen' function.
...
...
doc/zmq_setsockopt.txt
View file @
0ada4f8e
...
...
@@ -87,7 +87,7 @@ Applicable socket types:: N/A
ZMQ_IDENTITY: Set socket identity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_IDENTITY' option shall set the identity of the specified 'socket'.
Socket identity determines if existing 0MQ infastructure (_message queues_,
Socket identity determines if existing 0MQ inf
r
astructure (_message queues_,
_forwarding devices_) shall be identified with a specific application and
persist across multiple runs of the application.
...
...
@@ -115,7 +115,7 @@ therefore you should call this option to establish an initial message filter.
An empty 'option_value' of length zero shall subscribe to all incoming
messages. A non-empty 'option_value' shall subscribe to all messages beginning
with the specified prefix. Mutiple filters may be attached to a single
with the specified prefix. Mu
l
tiple filters may be attached to a single
'ZMQ_SUB' socket, in which case a message shall be accepted if it matches at
least one filter.
...
...
@@ -160,7 +160,7 @@ transports using the specified 'socket'. The recovery interval determines the
maximum time in seconds that a receiver can be absent from a multicast group
before unrecoverable data loss will occur.
CAUTION: Ex
cersiz
e care when setting large recovery intervals as the data
CAUTION: Ex
ercis
e care when setting large recovery intervals as the data
needed for recovery will be held in memory. For example, a 1 minute recovery
interval at a data rate of 1Gbps requires a 7GB in-memory buffer.
...
...
@@ -234,9 +234,9 @@ Applicable socket types:: all
ZMQ_RECONNECT_IVL: Set reconnect period for connection-based transports
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_RECONNECT' option shall be set to specify how long it takes for a
The 'ZMQ_RECONNECT
_IVL
' option shall be set to specify how long it takes for a
disconnected underlying connection to attempt to reconnect. The interval
can be randomi
s
ed to some extent by 0MQ to prevent reconnection storms.
can be randomi
z
ed to some extent by 0MQ to prevent reconnection storms.
[horizontal]
Option value type:: int
...
...
@@ -247,7 +247,7 @@ Applicable socket types:: all
ZMQ_BACKLOG: Set maximum length of the queue of pending connections
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_
RECONNECT
' option shall be set to specify maximum size of the
The 'ZMQ_
BACKLOG
' option shall be set to specify maximum size of the
pending connection backlog for connection-based transports. For details
refer to your operating system documentation for the 'listen' function.
...
...
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