diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-04 18:34:30 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-04 18:34:30 -0700 |
commit | b4b067bf12489a0b3e701515959f81ca96a29240 (patch) | |
tree | 09896a57fc2edba22d9da2851d272cab56809c08 /node/InetAddress.hpp | |
parent | 625ddf41a75e73e3613453e1166de19a756d7e7f (diff) | |
download | infinitytier-b4b067bf12489a0b3e701515959f81ca96a29240.tar.gz infinitytier-b4b067bf12489a0b3e701515959f81ca96a29240.zip |
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.
Diffstat (limited to 'node/InetAddress.hpp')
-rw-r--r-- | node/InetAddress.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
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 { |