Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eliminate the difference between when having no RTT sample and having one #3525

Merged
merged 12 commits into from
Apr 18, 2020
6 changes: 4 additions & 2 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,10 @@ endpoint:
min_rtt. This limits the underestimation that a misreporting peer can cause
to the smoothed_rtt.

smoothed_rtt and rttvar are computed as follows, similar to {{?RFC6298}}. When
there are no samples for a network path:
smoothed_rtt and rttvar are computed as follows, similar to {{?RFC6298}}.

When there are no samples for a network path, and on the first RTT sample for
the network path:

~~~
smoothed_rtt = rtt_sample
Expand Down