-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously each ack was assigned an RTT estimation using the time between packet departure and ack arrival. That method is inaccurate as multiple acks are aggregated in a single feedback packet. Instead, use the min round trip time between packet departure and ack in a feedback packet and subtracting the pending time between packet arrival and feedback departure.
- Loading branch information
1 parent
1caabbb
commit a82b843
Showing
15 changed files
with
61 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.