File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -511,11 +511,11 @@ progress.
511
511
512
512
# # Tracking Sent Packets {#tracking-sent-packets}
513
513
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.
519
519
520
520
If a packet containing retransmittable frames is lost, the QUIC transport
521
521
needs to recover from that loss, such as by retransmitting the data,
You can’t perform that action at this time.
0 commit comments