diff options
author | Joseph Henry <josephjah@gmail.com> | 2019-06-12 13:14:23 -0700 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2019-06-12 13:14:23 -0700 |
commit | 94bd2918fac33a1bf5ef9ebc4cfe9b4e1709d0f4 (patch) | |
tree | f0893a4811682fed6779ff5fe011f7d3319fb65b /node/SelfAwareness.hpp | |
parent | c3bfcf560b1db720c9bb08021b50bd31094e737c (diff) | |
parent | 5b2b0887141da25c290608632c2e609764abbf73 (diff) | |
download | infinitytier-94bd2918fac33a1bf5ef9ebc4cfe9b4e1709d0f4.tar.gz infinitytier-94bd2918fac33a1bf5ef9ebc4cfe9b4e1709d0f4.zip |
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
Diffstat (limited to 'node/SelfAwareness.hpp')
-rw-r--r-- | node/SelfAwareness.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/node/SelfAwareness.hpp b/node/SelfAwareness.hpp index c03d4cb6..7940f5ac 100644 --- a/node/SelfAwareness.hpp +++ b/node/SelfAwareness.hpp @@ -64,15 +64,6 @@ public: */ void clean(int64_t now); -#if 0 - /** - * If we appear to be behind a symmetric NAT, get predictions for possible external endpoints - * - * @return Symmetric NAT predictions or empty vector if none - */ - std::vector<InetAddress> getSymmetricNatPredictions(); -#endif - private: struct PhySurfaceKey { |