From b4b067bf12489a0b3e701515959f81ca96a29240 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 4 May 2015 18:34:30 -0700 Subject: So we need to keep track of external surface per reporter, since some NATs assign different external IPs for each external destination. Keeping just one known surface could create a race condition. --- node/InetAddress.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'node/InetAddress.hpp') diff --git a/node/InetAddress.hpp b/node/InetAddress.hpp index 0cc4542b..5b725174 100644 --- a/node/InetAddress.hpp +++ b/node/InetAddress.hpp @@ -63,9 +63,6 @@ struct InetAddress : public sockaddr_storage /** * IP address scope - * - * Do not change these numeric index values without taking a look - * at SelfAwareness. Values 1-5 are mapped onto an array index. */ enum IpScope { -- cgit v1.2.3