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

Editorial fixes for recovery #4213

Merged
merged 8 commits into from Oct 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions draft-ietf-quic-recovery.md
Expand Up @@ -403,11 +403,11 @@ until the handshake is confirmed.

Similar to {{?RFC6298}}, smoothed_rtt and rttvar are computed as follows.

An endpoint initializes the RTT estimator during connection
establishment and when the estimator is reset during connection migration
(Section 9.4 of {{QUIC-TRANSPORT}}). Before any RTT samples are available for a
new path or when the estimator is reset, the estimator is initialized using the
initial RTT; see {{pto-handshake}}.
An endpoint initializes the RTT estimator during connection establishment and
when the estimator is reset during connection migration; see Section 9.4 of
{{QUIC-TRANSPORT}}. Before any RTT samples are available for a new path or when
the estimator is reset, the estimator is initialized using the initial RTT; see
{{pto-handshake}}.

smoothed_rtt and rttvar are initialized as follows, where kInitialRtt contains
the initial RTT value:
Expand Down