Packaging on ZMQ_PROBE_ROUTER

- renamed to ZMQ_PROBE_ROUTER
This commit is contained in:
Pieter Hintjens
2013-06-05 15:55:15 +02:00
parent 2344131db3
commit a9679da764
9 changed files with 31 additions and 33 deletions

View File

@@ -112,8 +112,8 @@ namespace zmq
bool mandatory;
bool raw_sock;
// if true, send an empty message to every connected peer to solve 'who will write first?' auto discovery problem
bool probe_new_peers;
// if true, send an empty message to every connected router peer
bool probe_router;
router_t (const router_t&);
const router_t &operator = (const router_t&);