Skip to content

Commit

Permalink
duplicates are just duplicate packet numbers
Browse files Browse the repository at this point in the history
Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com>
  • Loading branch information
martinthomson and janaiyengar committed Oct 15, 2019
1 parent 2115f59 commit 58c17b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -2538,8 +2538,8 @@ datagram is received.
This comparison can be performed for every inbound datagram. Endpoints MAY skip
this check if packets from a datagram are successfully processed. However, the
comparison MUST be performed when the first packet in an incoming datagram
either cannot be associated with a connection, cannot be decrypted, or is
identified as a duplicate.
either cannot be associated with a connection, cannot be decrypted, or carries
a duplicate packet number.

An endpoint MUST NOT check for any Stateless Reset Tokens associated with
connection IDs it has not used or for connection IDs that have been retired.
Expand Down

0 comments on commit 58c17b8

Please sign in to comment.