Skip to content

Commit e92305c

Browse files
author
Jana Iyengar
committed
add generic language about linux fq
1 parent af81664 commit e92305c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

draft-ietf-quic-recovery.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,11 @@ congestion window and slow start is begun.
865865

866866
## Pacing
867867

868-
It is RECOMMENDED that senders pace sending of all data, distributing the
869-
congestion window over the SRTT.
868+
It is RECOMMENDED that a sender pace sending of all data, distributing the
869+
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.
870873

871874
## Pseudocode
872875

0 commit comments

Comments
 (0)