(1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable.
This commit is contained in:
parent
e3c5ada3a7
commit
8a804b5257
12 changed files with 48 additions and 3 deletions
|
@ -194,6 +194,7 @@ public:
|
|||
f(*this,*p);
|
||||
}
|
||||
|
||||
#ifdef ZT_FIREWALL_OPENER_DELAY
|
||||
/**
|
||||
* Function object to collect peers that need a firewall opener sent
|
||||
*/
|
||||
|
@ -214,6 +215,7 @@ public:
|
|||
uint64_t _now;
|
||||
const RuntimeEnvironment *_r;
|
||||
};
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Pings all peers that need a ping sent, excluding supernodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue