mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-21 15:51:45 +02:00
@@ -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.
|
|||||||
|
|
||||||
[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'.
|
|||||||
|
|
||||||
[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'.
|
|||||||
|
|
||||||
[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
|
||||||
|
Reference in New Issue
Block a user