Y
Hacker News
new
|
ask
|
show
|
jobs
by
throw__2sdfw
1321 days ago
How does this measure packet loss since this is only javascript and to my knowledge its not possible to measure packetloss with tcp connection.
1 comments
pgorczak
1321 days ago
It doesn’t measure packet loss, but since there is one tiny request in flight at a time, it ends up in a single IP packet with packet loss being visible as retransmissions / outliers taking multiples of your average round trip time.
link