summaryrefslogtreecommitdiff
path: root/node/InetAddress.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-03-29 10:44:57 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-03-29 10:44:57 -0700
commit40a9ebd07854e5ce07b0d70a5a778399c036b0e5 (patch)
treea10fc9e3952c479a0ec4dd23be94da906d4c0878 /node/InetAddress.hpp
parent8c1b73b29c487c5bd1f0be981729f5e6001e60c3 (diff)
downloadinfinitytier-40a9ebd07854e5ce07b0d70a5a778399c036b0e5.tar.gz
infinitytier-40a9ebd07854e5ce07b0d70a5a778399c036b0e5.zip
GitHub issue #675
Diffstat (limited to 'node/InetAddress.hpp')
-rw-r--r--node/InetAddress.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/InetAddress.hpp b/node/InetAddress.hpp
index e6dfabf9..f69b3cc2 100644
--- a/node/InetAddress.hpp
+++ b/node/InetAddress.hpp
@@ -79,7 +79,7 @@ struct InetAddress : public sockaddr_storage
IP_SCOPE_PSEUDOPRIVATE = 3, // 28.x.x.x, etc. -- unofficially unrouted IPv4 blocks often "bogarted"
IP_SCOPE_GLOBAL = 4, // globally routable IP address (all others)
IP_SCOPE_LINK_LOCAL = 5, // 169.254.x.x, IPv6 LL
- IP_SCOPE_SHARED = 6, // 100.64.0.0/10, shared space for e.g. carrier-grade NAT
+ IP_SCOPE_SHARED = 6, // currently unused, formerly used for carrier-grade NAT ranges
IP_SCOPE_PRIVATE = 7 // 10.x.x.x, 192.168.x.x, etc.
};