diff options
Diffstat (limited to 'node/SelfAwareness.cpp')
-rw-r--r-- | node/SelfAwareness.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/SelfAwareness.cpp b/node/SelfAwareness.cpp index 61db22ea..225d1dc2 100644 --- a/node/SelfAwareness.cpp +++ b/node/SelfAwareness.cpp @@ -124,6 +124,7 @@ void SelfAwareness::clean(int64_t now) } } +#if 0 std::vector<InetAddress> SelfAwareness::getSymmetricNatPredictions() { /* This is based on ideas and strategies found here: @@ -206,5 +207,6 @@ std::vector<InetAddress> SelfAwareness::getSymmetricNatPredictions() return r; } +#endif } // namespace ZeroTier |