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

Packets that don't match ARE discarded #1680

Merged
merged 1 commit into from Aug 18, 2018
Merged
Changes from all commits
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-transport.md
Expand Up @@ -1276,7 +1276,7 @@ correspond to a single connection.
Valid packets sent to clients always include a Destination Connection ID that
matches the value the client selects. Clients that choose to receive
zero-length connection IDs can use the address/port tuple to identify a
connection. Packets that don't match an existing connection MAY be discarded.
connection. Packets that don't match an existing connection are discarded.

Due to packet reordering or loss, clients might receive packets for a connection
that are encrypted with a key it has not yet computed. Clients MAY drop these
Expand Down