summaryrefslogtreecommitdiff
path: root/node/SocketManager.hpp
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/SocketManager.hpp
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/SocketManager.hpp')
-rw-r--r--node/SocketManager.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/node/SocketManager.hpp b/node/SocketManager.hpp
index 8dee7e91..81d2e780 100644
--- a/node/SocketManager.hpp
+++ b/node/SocketManager.hpp
@@ -104,16 +104,6 @@ public:
inline bool sendUdp(const InetAddress &to,const void *msg,unsigned int msglen) { return send(to,false,false,msg,msglen); }
/**
- * Send a UDP packet with a limited IP TTL
- *
- * @param to Destination address
- * @param hopLimit IP TTL
- */
-#ifdef ZT_FIREWALL_OPENER_DELAY
- bool sendFirewallOpener(const InetAddress &to,int hopLimit);
-#endif
-
- /**
* Perform I/O polling operation (e.g. select())
*
* If called concurrently, one will block until the other completes.