mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Shorten ZMQ_ROUTER_REASSIGN_IDENTITIES to ZMQ_ROUTER_HANDOVER. Also, added a test for the HANDOVER functionality.
This commit is contained in:
@@ -118,7 +118,7 @@ namespace zmq
|
||||
// If true, the router will reassign an identity upon encountering a
|
||||
// name collision. The new pipe will take the identity, the old pipe
|
||||
// will be terminated.
|
||||
bool reassign_identities;
|
||||
bool handover;
|
||||
|
||||
router_t (const router_t&);
|
||||
const router_t &operator = (const router_t&);
|
||||
|
||||
Reference in New Issue
Block a user