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 fa9069c commit d4a1036
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,13 +514,11 @@ progress.
QUIC implementations store information about every packet sent. It is expected
implementations will index this information by packet number and crypto context
and store the per-packet fields detailed below for loss recovery and congestion
control. Additionally, implementations MUST ensure that any retransmittable
frames being transmitted are tracked in case of loss.
control.

If a packet containing retransmittable frames is lost, the QUIC transport
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}}.
If a packet is lost, the QUIC transport 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 in order to correctly
implement congestion control. After a packet is lost, it SHOULD be tracked
Expand Down

0 comments on commit d4a1036

Please sign in to comment.