Skip to content

Commit

Permalink
rewrite based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Jul 24, 2020
1 parent d2658fd commit 98c9d04
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -3804,13 +3804,12 @@ number length, connection ID length, and path MTU. A receiver MUST accept
packets containing an outdated frame, such as a MAX_DATA frame carrying a
smaller maximum data than one found in an older packet.

When a sender declares a packet as lost and either retransmits the contained
frames or marks them for retransmission, the sender SHOULD avoid subsequent
retransmission of this information if it later receives an acknowledgement for
that packet. Doing so requires senders to retain information about packets after
they are declared lost. A sender can discard this information after a period of
time elapses, such as three times the PTO (Section 6.2 of {{QUIC-RECOVERY}}), or
on other events, such as reaching a memory limit.
A sender SHOULD avoid retransmitting information from packets that are
acknowledged, including those that are acknowledged after they are declared
lost. Doing so requires senders to retain information about packets after they
are declared lost. A sender can discard this information after a period of time
elapses, such as three times the PTO (Section 6.2 of {{QUIC-RECOVERY}}), or on
other events, such as reaching a memory limit.

Upon detecting losses, a sender MUST take appropriate congestion control action.
The details of loss detection and congestion control are described in
Expand Down

0 comments on commit 98c9d04

Please sign in to comment.