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
10 changes: 5 additions & 5 deletions draft-ietf-quic-recovery.md
Expand Up @@ -768,11 +768,11 @@ initial RTT estimate.

## Discarding Keys and Packet State {#discarding-packets}

When Initial and Handshake packet protection keys are discarded (see Section 4.9 of {{QUIC-TLS}}),
all packets that were sent with those keys can no longer be acknowledged because
their acknowledgments cannot be processed anymore. The sender MUST discard
all recovery state associated with those packets and MUST remove them from
the count of bytes in flight.
When Initial and Handshake packet protection keys are discarded
(see Section 4.9 of {{QUIC-TLS}}), all packets that were sent with those keys
can no longer be acknowledged because their acknowledgments cannot be processed
anymore. The sender MUST discard all recovery state associated with those packets
janaiyengar marked this conversation as resolved.
Show resolved Hide resolved
and MUST remove them from the count of bytes in flight.

Endpoints stop sending and receiving Initial packets once they start exchanging
Handshake packets; see Section 17.2.2.1 of {{QUIC-TRANSPORT}}. At this point,
Expand Down