diff options
Diffstat (limited to 'node/SelfAwareness.hpp')
-rw-r--r-- | node/SelfAwareness.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/SelfAwareness.hpp b/node/SelfAwareness.hpp index 6bfe5f10..c03d4cb6 100644 --- a/node/SelfAwareness.hpp +++ b/node/SelfAwareness.hpp @@ -64,12 +64,14 @@ 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 |