Skip to content

Commit

Permalink
Merge pull request #1552 from quicwg/retry-0rtt
Browse files Browse the repository at this point in the history
Allow Retry in response to 0-RTT packets
  • Loading branch information
martinthomson authored Jul 31, 2018
2 parents cd6b76e + 452d1ee commit 890bc01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,10 @@ of subsequent packets that it sends.
A Retry packet does not include a packet number and cannot be explictly
acknowledged by a client.

A server MUST only send a Retry in response to a client Initial packet.
A server MUST NOT send a Retry in response to packets other than Initial
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

0 comments on commit 890bc01

Please sign in to comment.