File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -935,10 +935,10 @@ rate estimate of a rate-based controller.
935935An implementation should take care to architect its congestion controller to
936936work well with a pacer. For instance, a pacer might wrap the congestion
937937controller and control the availability of the congestion window, or a pacer
938- might pace out packets handed to it by the congestion controller. In either
939- arrangement, packets only containing ACK frames should not be paced, to prevent
940- spurious timeout based retransmissions and to ensure the intended max ack delay
941- is honored .
938+ might pace out packets handed to it by the congestion controller. Timely
939+ delivery of ACK frames is important for efficient loss recovery. Packets
940+ containing only ACK frames should therefore not be paced, to avoid delaying
941+ their delivery to the peer .
942942
943943As an example of a well-known and publicly available implementation of a flow
944944pacer, implementers are referred to the Fair Queue packet scheduler (fq qdisc)
You can’t perform that action at this time.
0 commit comments