summaryrefslogtreecommitdiff
path: root/node/Node.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-05 16:23:24 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-05 16:23:24 -0700
commit4e9280fc7a41aac6171165487412d2a9abd432a4 (patch)
treef8cba1b22a9bcb4580001b8c2c1536c88a278435 /node/Node.cpp
parentd02ecfb2880e3b017417242687a77be522e3be83 (diff)
downloadinfinitytier-4e9280fc7a41aac6171165487412d2a9abd432a4.tar.gz
infinitytier-4e9280fc7a41aac6171165487412d2a9abd432a4.zip
Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics.
Diffstat (limited to 'node/Node.cpp')
-rw-r--r--node/Node.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 99732c72..62a4d9ae 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -728,9 +728,6 @@ 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 ( ... ) {