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/geoIpNode6.as src/hg/geoIp/geoIpNode6.as new file mode 100644 index 0000000..9197ab2 --- /dev/null +++ src/hg/geoIp/geoIpNode6.as @@ -0,0 +1,8 @@ +table geoIpNode6 +"Map Ip ranges to genome browser node." +( +string ipStart; "First internet IP address of range." +string ipEnd; "Last internet IP address of range." +char node; "Node Id." +) +