Skip to content

Commit

Permalink
Rewording to avoid potential confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed May 26, 2020
1 parent 9f8038d commit 0f6ca28
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -3209,10 +3209,11 @@ protection for the reasons described in Section 9.3 of {{QUIC-TLS}}.
Endpoints that track individual packets for the purposes of detecting duplicates
might accumulate excessive state. The data required for detecting duplicates
can be limited by maintaining a minimum packet number below which all packets
are immediately dropped. In setting a minimum packet number endpoints might
need to account for large variations in round trip time that could significantly
delay packets, especially when a peer probes a different network path; see
{{migration}}.
are immediately dropped. Endpoints that use a minimum packet number need to
ensure that any value does not cause delayed packets to be dropped. Any minimum
needs to account for large variations in round trip time, which includes the
possibility that a peer might probe a network path with a much longer round trip
time; see {{migration}}.

Packet number encoding at a sender and decoding at a receiver are described in
{{packet-encoding}}.
Expand Down

0 comments on commit 0f6ca28

Please sign in to comment.