mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-19 01:43:50 +00:00
Updated doc to allow DEALER-DEALER and ROUTER-ROUTER
This commit is contained in:
parent
30738e1123
commit
07122eefec
@ -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_REP'
|
Compatible peer sockets:: 'ZMQ_ROUTER', 'ZMQ_REP', 'ZMQ_DEALER'
|
||||||
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'
|
Compatible peer sockets:: 'ZMQ_DEALER', 'ZMQ_REQ', 'ZMQ_ROUTER'
|
||||||
Direction:: Bidirectional
|
Direction:: Bidirectional
|
||||||
Send/receive pattern:: Unrestricted
|
Send/receive pattern:: Unrestricted
|
||||||
Outgoing routing strategy:: See text
|
Outgoing routing strategy:: See text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user