Renamed ZMQ_ROUTER_BEHAVIOR to ZMQ_ROUTER_MANDATORY for clarity

This commit is contained in:
Pieter Hintjens
2012-10-08 16:36:35 +09:00
parent db690e3d99
commit 983ee761b1
7 changed files with 36 additions and 32 deletions

View File

@@ -112,7 +112,7 @@ namespace zmq
// If true, report EAGAIN to the caller instead of silently dropping
// the message targeting an unknown peer.
bool report_unroutable;
bool mandatory;
router_t (const router_t&);
const router_t &operator = (const router_t&);