File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1601,12 +1601,12 @@ CONNECTION_CLOSE or APPLICATION_CLOSE frame if it has sufficient state to do so.
1601
1601
# ### Detecting a Stateless Reset
1602
1602
1603
1603
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.
1610
1610
1611
1611
1612
1612
# ### Calculating a Stateless Reset Token
You can’t perform that action at this time.
0 commit comments