(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
|
@ -656,7 +656,9 @@ Node::ReasonForTermination Node::run()
|
|||
lastPingCheck = now;
|
||||
try {
|
||||
_r->topology->eachPeer(Topology::PingPeersThatNeedPing(_r,now));
|
||||
#ifdef ZT_FIREWALL_OPENER_DELAY
|
||||
_r->topology->eachPeer(Topology::OpenPeersThatNeedFirewallOpener(_r,now));
|
||||
#endif
|
||||
} catch (std::exception &exc) {
|
||||
LOG("unexpected exception running ping check cycle: %s",exc.what());
|
||||
} catch ( ... ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue