Skip to content

Commit

Permalink
Update draft-ietf-quic-recovery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Nov 4, 2018
1 parent 4875ba7 commit 6ed3cf0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-quic-recovery.md
Expand Up @@ -522,11 +522,12 @@ needs to recover from that loss, such as by retransmitting the data,
sending an updated frame, or abandoning the frame. For more information,
see Section 13.2 of {{QUIC-TRANSPORT}}.

Packets MUST be tracked until acknowledged or lost. After a packet is lost,
it SHOULD be tracked for an amount of time comparable to the maximum
expected packet reordering, such as 1 RTT. This allows detection of
spurious retransmissions and MAY avoid extra retransmissions if the frames
contained within the packet were retransmitted and lost again.
Packets MUST be tracked until acknowledged or lost in order to correctly
implement congestion control. After a packet is lost, it SHOULD be tracked
for an amount of time comparable to the maximum expected packet reordering,
such as 1 RTT. This allows detection of spurious retransmissions and MAY
avoid extra retransmissions if the frames contained within the packet were
retransmitted and lost again.

Sent packets are tracked for each packet number space, and ACK
processing only applies to a single space.
Expand Down

0 comments on commit 6ed3cf0

Please sign in to comment.