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

Allow Retry in response to 0-RTT packets #1552

Merged
merged 2 commits into from
Jul 31, 2018
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
5 changes: 3 additions & 2 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,9 @@ A Retry packet does not include a packet number and cannot be explictly
acknowledged by a client.

A server MUST NOT send a Retry in response to packets other than Initial
or 0-RTT packets. A server MAY discard 0-RTT packets and only send Retry in
response to Initial packets.
or 0-RTT packets. A server MAY choose to only send Retry in response to Initial
packets and discard or buffer 0-RTT packets corresponding to unvalidated client
addresses.

If the Original Destination Connection ID field does not match the Destination
Connection ID from the most recent Initial packet it sent, clients MUST discard
Expand Down