5359edc160de518d8e43fdd3448365c15b912c3c galt Mon Jul 22 11:48:10 2019 -0700 Added ipv6 support. Listening processes us hybrid dual stack feature of OS to simplify implementation and use a single listening socket. Works with both TCP and UDP. Parasol working. geoIp also updated and ready for IPv6. Should be invisible to most users, while providing connections via ipv6 where available. Supports both ipv4 and ipv6. diff --git src/hg/geoIp/geoIpCountry.as src/hg/geoIp/geoIpCountry.as deleted file mode 100644 index edb5336..0000000 --- src/hg/geoIp/geoIpCountry.as +++ /dev/null @@ -1,8 +0,0 @@ -table geoIpCountry -"Map Ip ranges to country code." -( -uint ipStart; "First internet IP address of range." -uint ipEnd; "Last internet IP address of range." -string countryId; "Country id code. Two letters." -) -