mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 05:55:11 +08:00
man: tc-fq_codel: Fix a typo.
In tc-fq_codel man page, "length .B interval" should be "length interval." Signed-off-by: Yuki Inoguchi <inoguchi.yuki@fujitsu.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
703f2de6f5
commit
855edb3dab
@ -66,7 +66,8 @@ the local minimum queue delay that packets experience. Default value is 5ms.
|
||||
has the same semantics as
|
||||
.B codel
|
||||
and is used to ensure that the measured minimum delay does not become too stale.
|
||||
The minimum delay must be experienced in the last epoch of length .B interval.
|
||||
The minimum delay must be experienced in the last epoch of length
|
||||
.BR interval .
|
||||
It should be set on the order of the worst-case RTT through the bottleneck to
|
||||
give endpoints sufficient time to react. Default value is 100ms.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user