Commit f663ad93 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #313 from ianbarber/master

Update socket docs
parents 084c1824 206d80b5
...@@ -79,7 +79,7 @@ messages are not discarded. ...@@ -79,7 +79,7 @@ messages are not discarded.
[horizontal] [horizontal]
.Summary of ZMQ_REQ characteristics .Summary of ZMQ_REQ characteristics
Compatible peer sockets:: 'ZMQ_REP' Compatible peer sockets:: 'ZMQ_REP', 'ZMQ_ROUTER'
Direction:: Bidirectional Direction:: Bidirectional
Send/receive pattern:: Send, Receive, Send, Receive, ... Send/receive pattern:: Send, Receive, Send, Receive, ...
Outgoing routing strategy:: Round-robin Outgoing routing strategy:: Round-robin
...@@ -102,7 +102,7 @@ question shall be dropped until the exceptional state ends. ...@@ -102,7 +102,7 @@ question shall be dropped until the exceptional state ends.
[horizontal] [horizontal]
.Summary of ZMQ_REP characteristics .Summary of ZMQ_REP characteristics
Compatible peer sockets:: 'ZMQ_REQ' Compatible peer sockets:: 'ZMQ_REQ', 'ZMQ_DEALER'
Direction:: Bidirectional Direction:: Bidirectional
Send/receive pattern:: Receive, Send, Receive, Send, ... Send/receive pattern:: Receive, Send, Receive, Send, ...
Incoming routing strategy:: Fair-queued Incoming routing strategy:: Fair-queued
...@@ -130,7 +130,7 @@ Deprecated alias: 'ZMQ_XREQ'. ...@@ -130,7 +130,7 @@ Deprecated alias: 'ZMQ_XREQ'.
[horizontal] [horizontal]
.Summary of ZMQ_DEALER characteristics .Summary of ZMQ_DEALER characteristics
Compatible peer sockets:: 'ZMQ_ROUTER', 'ZMQ_REQ', 'ZMQ_REP' Compatible peer sockets:: 'ZMQ_ROUTER', 'ZMQ_REP'
Direction:: Bidirectional Direction:: Bidirectional
Send/receive pattern:: Unrestricted Send/receive pattern:: Unrestricted
Outgoing routing strategy:: Round-robin Outgoing routing strategy:: Round-robin
...@@ -166,7 +166,7 @@ Deprecated alias: 'ZMQ_XREP'. ...@@ -166,7 +166,7 @@ Deprecated alias: 'ZMQ_XREP'.
[horizontal] [horizontal]
.Summary of ZMQ_ROUTER characteristics .Summary of ZMQ_ROUTER characteristics
Compatible peer sockets:: 'ZMQ_DEALER', 'ZMQ_REQ', 'ZMQ_REP' Compatible peer sockets:: 'ZMQ_DEALER', 'ZMQ_REQ
Direction:: Bidirectional Direction:: Bidirectional
Send/receive pattern:: Unrestricted Send/receive pattern:: Unrestricted
Outgoing routing strategy:: See text Outgoing routing strategy:: See text
......
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