What's the deal with CDN speeds on Snap? Downloading from ATI I can only get a max of ~800KB/s (wget) and 600KB/s (Chrome) from a single TCP stream. Yet, from some random place in USA I can get near line speed
On Telecom I was able to achieve line speed from the ATI CDN, both those CDN links seem to be served out of Australia and seems to be the odd packet loss
[james@localhost ~]$ wget http://www2.ati.com/drivers/beta/amd_catalyst_13.6_beta.exe -O /dev/null
--2013-05-26 18:41:21-- http://www2.ati.com/drivers/beta/amd_catalyst_13.6_beta.exe
Resolving www2.ati.com (www2.ati.com)... 68.232.45.78
Connecting to www2.ati.com (www2.ati.com)|68.232.45.78|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 186978904 (178M) [application/octet-stream]
Saving to: â/dev/nullâ
64% [========================> ] 120,202,046 761KB/s eta 99s
[james@localhost ~]$ wget http://client.akamai.com/install/test-objects/10MB.bin -O /dev/null
--2013-05-26 19:16:41-- http://client.akamai.com/install/test-objects/10MB.bin
Resolving client.akamai.com (client.akamai.com)... 184.84.53.29
Connecting to client.akamai.com (client.akamai.com)|184.84.53.29|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10485760 (10M) [application/octet-stream]
Saving to: â/dev/nullâ
100%[======================================>] 10,485,760 501KB/s in 26s
2013-05-26 19:17:06 (399 KB/s) - â/dev/nullâ saved [10485760/10485760]
[james@localhost ~]$ wget http://speedtest.constant.com/100MBtest.bin -O /dev/null
--2013-05-26 18:40:37-- http://speedtest.constant.com/100MBtest.bin
Resolving speedtest.constant.com (speedtest.constant.com)... 108.61.5.88, 2001:19f0:1595:1403::1088
Connecting to speedtest.constant.com (speedtest.constant.com)|108.61.5.88|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: â/dev/nullâ
56% [=====================> ] 59,425,571 3.22MB/s eta 15s ^C