summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-18 09:30:37 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-18 09:30:37 +0200
commit1a408805521f839e3e36183d9f2dec1d08e24caf (patch)
tree21311912fbefcf3989ac9a6764daf66e2cac0b7f /doc
parent89daa57faab728204447c3bb708e753a2aeffa55 (diff)
ZMQ_IDENTITY option removed from the documentation
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/zmq_getsockopt.txt23
-rw-r--r--doc/zmq_setsockopt.txt23
2 files changed, 0 insertions, 46 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt
index 51b6c9e..128b733 100644
--- a/doc/zmq_getsockopt.txt
+++ b/doc/zmq_getsockopt.txt
@@ -136,29 +136,6 @@ Default value:: 0
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 infrastructure (_message
-queues_, _forwarding devices_) shall be identified with a specific application
-and persist across multiple runs of the application.
-
-If the socket has no identity, each run of an application is completely
-separate from other runs. However, with identity set the socket shall re-use
-any existing 0MQ infrastructure configured by the previous run(s). Thus the
-application may receive messages that were sent in the meantime, _message
-queue_ limits shall be shared with previous run(s) and so on.
-
-Identity can be at least one byte and at most 255 bytes long. Identities
-starting with binary zero are reserved for use by 0MQ infrastructure.
-
-[horizontal]
-Option value type:: binary data
-Option value unit:: N/A
-Default value:: NULL
-Applicable socket types:: all
-
-
ZMQ_RATE: Retrieve multicast data rate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_RATE' option shall retrieve the maximum send or receive data rate for
diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt
index 8bc9e8f..f62a7e9 100644
--- a/doc/zmq_setsockopt.txt
+++ b/doc/zmq_setsockopt.txt
@@ -92,29 +92,6 @@ Default value:: 0
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 infrastructure (_message queues_,
-_forwarding devices_) shall be identified with a specific application and
-persist across multiple runs of the application.
-
-If the socket has no identity, each run of an application is completely
-separate from other runs. However, with identity set the socket shall re-use
-any existing 0MQ infrastructure configured by the previous run(s). Thus the
-application may receive messages that were sent in the meantime, _message
-queue_ limits shall be shared with previous run(s) and so on.
-
-Identity should be at least one byte and at most 255 bytes long. Identities
-starting with binary zero are reserved for use by 0MQ infrastructure.
-
-[horizontal]
-Option value type:: binary data
-Option value unit:: N/A
-Default value:: NULL
-Applicable socket types:: all
-
-
ZMQ_SUBSCRIBE: Establish message filter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_SUBSCRIBE' option shall establish a new message filter on a 'ZMQ_SUB'