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: add drop_batch
Let's describe the drop_batch parameter added to tc command
by Commit 7868f802e2
("tc: fq_codel: add drop_batch parameter")
Signed-off-by: Yuki Inoguchi <inoguchi.yuki@fujitsu.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
6bf5abef42
commit
2a00a4b1e9
@ -101,6 +101,13 @@ result of this masking equals VALUE, will the
|
||||
.B ce_threshold
|
||||
logic be applied to the packet.
|
||||
|
||||
.SS drop_batch
|
||||
sets the maximum number of packets to drop when
|
||||
.B limit
|
||||
or
|
||||
.B memory_limit
|
||||
is exceeded. Default value is 64.
|
||||
|
||||
.SH EXAMPLES
|
||||
#tc qdisc add dev eth0 root fq_codel
|
||||
.br
|
||||
|
Loading…
Reference in New Issue
Block a user