mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-01 19:05:18 +08:00
Merge pull request #463 from hintjens/master
Addded ROUTER-ROUTER (back) as valid combination
This commit is contained in:
commit
d1e0889ab0
@ -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