cyrill-k / chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Use different sources for estimating RTT #4

Open cyrill-k opened 5 years ago

cyrill-k commented 5 years ago

Use RTT measurements of ACKs from all sources to calculate the RTT (incl. related values such as variation or latest RTT). Add ability to include additional RTT measurements (e.g. for on-path RTT). Also add switch to client/server to allow switching between using on-path RTT or mixed path RTT for loss timer calculation AND/OR congestion control calculations.

cyrill-k commented 5 years ago

Now uses RTT measurements from new ACK frames sent on any path (84757c12a0c9c4ac3ae098d423e46245c5c22fb5).