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

Ignore packet loss when the keys are not available #2327

Merged
merged 20 commits into from Jan 23, 2019
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
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -469,7 +469,7 @@ is expected to be infrequent.

During the handshake, some packet protection keys might not be
available when a packet arrives. In particular, Handshake and 0-RTT packets
can't be processed until the Initial flight arrives and 1-RTT packets
cannot be processed until the Initial packets arrive, and 1-RTT packets
can't be processed until the handshake completes. Endpoints MAY
ianswett marked this conversation as resolved.
Show resolved Hide resolved
ignore the loss of Handshake, 0-RTT, and 1-RTT packets that arrive before the
ianswett marked this conversation as resolved.
Show resolved Hide resolved
peer has packet protection keys to process those packets.
Expand Down