diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-03-29 10:44:57 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-03-29 10:44:57 -0700 |
| commit | 40a9ebd07854e5ce07b0d70a5a778399c036b0e5 (patch) | |
| tree | a10fc9e3952c479a0ec4dd23be94da906d4c0878 /node/InetAddress.hpp | |
| parent | 8c1b73b29c487c5bd1f0be981729f5e6001e60c3 (diff) | |
| download | infinitytier-40a9ebd07854e5ce07b0d70a5a778399c036b0e5.tar.gz infinitytier-40a9ebd07854e5ce07b0d70a5a778399c036b0e5.zip | |
GitHub issue #675
Diffstat (limited to 'node/InetAddress.hpp')
| -rw-r--r-- | node/InetAddress.hpp | 2 |
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. }; |
