Skip to content

fix SRTT calculations when RTT < 8 ms and SRTT >= 8 ms#162

Open
cgutman wants to merge 1 commit into
lsalzman:masterfrom
cgutman:fix_rtt
Open

fix SRTT calculations when RTT < 8 ms and SRTT >= 8 ms#162
cgutman wants to merge 1 commit into
lsalzman:masterfrom
cgutman:fix_rtt

Conversation

@cgutman
Copy link
Copy Markdown

@cgutman cgutman commented May 16, 2021

This fixes #161 by ensuring that the RTT division always rounds up.

@cgutman
Copy link
Copy Markdown
Author

cgutman commented May 16, 2021

Because this change can cause RTT variance to reach 0 now, you may want to consider a change like cgutman@ad5bf95 to ensure sub-1ms RTT variance will not cause excessive retransmissions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect SRTT calculation when SRTT >= 8 and actual RTT < 8 ms

1 participant