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
50a1973e
Commit
50a1973e
authored
Oct 09, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Identity can only be set on sockets that can connect to ROUTER
parent
cc228255
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
zmq_getsockopt.txt
doc/zmq_getsockopt.txt
+3
-3
zmq_setsockopt.txt
doc/zmq_setsockopt.txt
+1
-1
No files found.
doc/zmq_getsockopt.txt
View file @
50a1973e
...
...
@@ -120,8 +120,8 @@ Default value:: 0
Applicable socket types:: N/A
ZMQ_IDENTITY:
Set
socket identity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ZMQ_IDENTITY:
Retrieve
socket identity
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~
The 'ZMQ_IDENTITY' option shall retrieve the identity of the specified 'socket'.
Socket identity is used only by request/reply pattern. Namely, it can be used
in tandem with ROUTER socket to route messages to the peer with specific
...
...
@@ -134,7 +134,7 @@ starting with binary zero are reserved for use by 0MQ infrastructure.
Option value type:: binary data
Option value unit:: N/A
Default value:: NULL
Applicable socket types::
all
Applicable socket types::
ZMQ_REP, ZMQ_REQ, ZMQ_ROUTER, ZMQ_DEALER.
ZMQ_RATE: Retrieve multicast data rate
...
...
doc/zmq_setsockopt.txt
View file @
50a1973e
...
...
@@ -150,7 +150,7 @@ results shall be undefined.
Option value type:: binary data
Option value unit:: N/A
Default value:: NULL
Applicable socket types::
all
Applicable socket types::
ZMQ_REQ, ZMQ_REP, ZMQ_ROUTER, ZMQ_DEALER.
ZMQ_RATE: Set multicast data rate
...
...
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