diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-05-07 09:21:15 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-05-07 09:21:15 +0200 |
commit | 36b044a0d5a9918841839edf12767b31bfec36a0 (patch) | |
tree | 4a2cd8d69602af3aa8474b66ec9568ec86dca212 | |
parent | f60d891b2309cdc6f2cc1507a238cec85e4aa9e7 (diff) |
ZMQ_PAIR socket removed from the documentation as it is unfinished yet
-rw-r--r-- | doc/zmq_socket.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt index 7784c71..e01921c 100644 --- a/doc/zmq_socket.txt +++ b/doc/zmq_socket.txt @@ -21,19 +21,6 @@ communication over the socket. 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 ~~~~~~~~~~~~~~~~~~~~~~~~~ The publish-subscribe pattern is used for one-to-many distribution of data from |