diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-06-11 14:58:23 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2019-06-11 14:58:23 -0700 |
commit | 5b2b0887141da25c290608632c2e609764abbf73 (patch) | |
tree | 4a82abab15419e15d41cd0a20b8805516b09b984 /node/SelfAwareness.hpp | |
parent | 0bdfad52e7513e65ce2e654a9653e9d63fcd07a9 (diff) | |
download | infinitytier-5b2b0887141da25c290608632c2e609764abbf73.tar.gz infinitytier-5b2b0887141da25c290608632c2e609764abbf73.zip |
Cleanup, version bump.
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 { |