Skip to content

Commit 2a012dd

Browse files
authored
Update draft-ietf-quic-recovery.md
1 parent d4a1036 commit 2a012dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

draft-ietf-quic-recovery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ QUIC senders use both ack information and timeouts to detect lost packets, and
214214
this section provides a description of these algorithms. Estimating the network
215215
round-trip time (RTT) is critical to these algorithms and is described first.
216216

217+
If a packet is lost, the QUIC transport needs to recover from that loss, such
218+
as by retransmitting the data, sending an updated frame, or abandoning the
219+
frame. For more information, see Section 13.2 of {{QUIC-TRANSPORT}}.
220+
217221
## Computing the RTT estimate
218222

219223
RTT is calculated when an ACK frame arrives by computing the difference between
@@ -516,10 +520,6 @@ implementations will index this information by packet number and crypto context
516520
and store the per-packet fields detailed below for loss recovery and congestion
517521
control.
518522

519-
If a packet is lost, the QUIC transport needs to recover from that loss, such
520-
as by retransmitting the data, sending an updated frame, or abandoning the
521-
frame. For more information, see Section 13.2 of {{QUIC-TRANSPORT}}.
522-
523523
Packets MUST be tracked until acknowledged or lost in order to correctly
524524
implement congestion control. After a packet is lost, it SHOULD be tracked
525525
for an amount of time comparable to the maximum expected packet reordering,

0 commit comments

Comments
 (0)