6 ms·
How does this measure packet loss since this is only javascript and to my knowledge its not possible to measure packetloss with tcp connection.
by throw__2sdfw 4y 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.
- pgorczak 4y agoIt 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.
- throw__2sdfw 4y ago