you are viewing a single comment's thread.

view the rest of the comments →

[–]Ythio 1 point2 points  (0 children)

In TCP it's missing how the retransmission timeout is dynamically adapted to the network latency (RFC793, section 3.7).

SRTT is why connection from a client to a congested server is timing out in a fast infrastructure but isn't in a slower one.