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 suggestions from Benjamin Kaduk (recovery) #4685

Merged
merged 16 commits into from
Jan 13, 2021
Merged
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ ACK frames as described in Section 19.3 of {{QUIC-TRANSPORT}}.
The peer might report acknowledgment delays that are larger than the peer's
max_ack_delay during the handshake (Section 13.2.1 of {{QUIC-TRANSPORT}}). To
account for this, the endpoint SHOULD ignore max_ack_delay until the handshake
is confirmed (as defined in Section 4.1.2 of {{QUIC-TLS}}). When they occur, these large
is confirmed, as defined in Section 4.1.2 of {{QUIC-TLS}}. When they occur, these large
acknowledgment delays are likely to be non-repeating and limited to the
handshake. The endpoint can therefore use them without limiting them to the
max_ack_delay, avoiding unnecessary inflation of the RTT estimate.
Expand Down