Commit 36b044a0 authored by Martin Sustrik's avatar Martin Sustrik

ZMQ_PAIR socket removed from the documentation as it is unfinished yet

parent f60d891b
...@@ -21,19 +21,6 @@ communication over the socket. ...@@ -21,19 +21,6 @@ communication over the socket.
The following _messaging patterns_ are defined: The following _messaging patterns_ are defined:
Peer to peer pattern
~~~~~~~~~~~~~~~~~~~~
The simplest messaging pattern, used for communicating between two peers.
Socket type:: 'ZMQ_PAIR'
Compatible peer sockets:: 'ZMQ_PAIR'
A socket of type 'ZMQ_PAIR' can only be connected to a single peer at any one
time. No message routing or filtering is performed on messages sent over a
'ZMQ_PAIR' socket.
Publish-subscribe pattern Publish-subscribe pattern
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
The publish-subscribe pattern is used for one-to-many distribution of data from The publish-subscribe pattern is used for one-to-many distribution of data from
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment