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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ samples, and rttvar is the variation in the RTT samples, estimated using a
mean variation.

The calculation of smoothed_rtt uses RTT samples after adjusting them for
acknowledgement delays. These delays are decoded from the ACK Delay field of ACK
frames as described in Section 19.3 of {{QUIC-TRANSPORT}}.
acknowledgement delays. These delays are decoded from the ACK Delay field of
ACK frames as described in Section 19.3 of {{QUIC-TRANSPORT}}.

The peer might report acknowledgement delays that are larger than the peer's
max_ack_delay during the handshake (Section 13.2.1 of {{QUIC-TRANSPORT}}). To
Expand Down