We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af81664 commit e92305cCopy full SHA for e92305c
draft-ietf-quic-recovery.md
@@ -865,8 +865,11 @@ congestion window and slow start is begun.
865
866
## Pacing
867
868
-It is RECOMMENDED that senders pace sending of all data, distributing the
869
-congestion window over the SRTT.
+It is RECOMMENDED that a sender pace sending of all data, distributing the
+congestion window over the SRTT. This document does not specify a pacer. As an
870
+example pacer, implementers are referred to the Fair Queue packet scheduler (fq
871
+qdisc) in Linux (3.11 onwards) as a well-known and publicly available
872
+implementation of a flow pacer.
873
874
## Pseudocode
875
0 commit comments