mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 05:38:18 +00:00
Temporarily disable the symmetric NAT port prediction code since the current version adds protocol overhead and probably is not that effective.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user