Quote:
Originally Posted by johnsmith153
Brilliant. Thanks.
Only thing is:
should be:
Code:
new Date().getTime() / 100;
I've tested and it works great on many occasions and on many different devices.
So much better than the image download scripts I keep seeing.
Thanks again.
|
my units are KiloBytes per second, you might be looking for KiloBits per second, which is more common in ISP advertising.
i should also mention that you might consider is keeping track of the total time, subtracting delay and the dividing by 5. That math yields your average latency, another quality of service indicator.