Skip to content

Commit

Permalink
Corrections suggested by @ianswett
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 11, 2017
1 parent 0484dea commit d167ca1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1601,12 +1601,12 @@ CONNECTION_CLOSE or APPLICATION_CLOSE frame if it has sufficient state to do so.
#### Detecting a Stateless Reset

A client detects a potential stateless reset when a packet with a short header
either cannot be decrypted or is marked as a potential duplicate. The client
then performs a constant-time comparison of the last 16 octets of the packet
with the Stateless Reset Token provided by the server in its transport
parameters. If this comparison is successful, the client MUST discard all
connection state and not send any further packets on this connection. If the
comparison is unsuccessful, the packet can be discarded.
either cannot be decrypted or is marked as a duplicate packet. The client then
compares the last 16 octets of the packet with the Stateless Reset Token
provided by the server in its transport parameters. If these values are
identical, the client MUST discard all connection state and not send any further
packets on this connection. If the comparison fails, the packet can be
discarded.


#### Calculating a Stateless Reset Token
Expand Down

0 comments on commit d167ca1

Please sign in to comment.