UDP round trip timer fix. Modify Karn's algorithm so that
we inherit timeouts from previous requests. This means that we lengthen the window of time during which we accept updates to the RTO estimate if we see an update. Scheme proposed by Brian Mancuso, but it is standard for TCP congestion control implementations.
Showing
Please register or sign in to comment