Cleanup, version bump.

This commit is contained in:
Adam Ierymenko 2019-06-11 14:58:23 -07:00
parent 0bdfad52e7
commit 5b2b088714
5 changed files with 2 additions and 117 deletions

View file

@ -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
{