6 ms·
For those interested - I've checked and observed a difference of 0.2ms on average across 1000 connection attempts on localhost.
by aflukasz 1y ago
For those interested - I've checked and observed a difference of 0.2ms on average across 1000 connection attempts on localhost.
- yencabulator 1y agoLocalhost is the least interesting place to measure a roundtrip delay.
- aflukasz 1y agoFair point, but it's a place with some useful properties. All the rest of the effect will depend on the specifics of your network. Observing the impact on localhost shows scale of the effect that does not come from the network (more or less) and puts a lower bound on its size one can expect in more realistic conditions.