Skip to content

Commit c036e36

Browse files
authored
Update draft-ietf-quic-recovery.md
1 parent 6ed3cf0 commit c036e36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

draft-ietf-quic-recovery.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,11 @@ progress.
511511

512512
## Tracking Sent Packets {#tracking-sent-packets}
513513

514-
QUIC stores information about every packet sent. It's expected implementations
515-
will index this information by packet number and crypto context and store the
516-
per-packet fields detailed below for loss recovery and congestion control.
517-
Additionally, implementations MUST ensure that any retransmittable frames
518-
being transmitted are tracked in case of loss.
514+
QUIC implementations store about every packet sent. It is expected
515+
implementations will index this information by packet number and crypto context
516+
and store the per-packet fields detailed below for loss recovery and congestion
517+
control. Additionally, implementations MUST ensure that any retransmittable
518+
frames being transmitted are tracked in case of loss.
519519

520520
If a packet containing retransmittable frames is lost, the QUIC transport
521521
needs to recover from that loss, such as by retransmitting the data,

0 commit comments

Comments
 (0)