Skip to content

Commit d167ca1

Browse files
committed
Corrections suggested by @ianswett
1 parent 0484dea commit d167ca1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

draft-ietf-quic-transport.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,12 +1601,12 @@ CONNECTION_CLOSE or APPLICATION_CLOSE frame if it has sufficient state to do so.
16011601
#### Detecting a Stateless Reset
16021602

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

16111611

16121612
#### Calculating a Stateless Reset Token

0 commit comments

Comments
 (0)