tc-bfifo: man: Add parameter value range.
Add value range for 'limit' parameter.
This commit is contained in:
parent
6cef544b96
commit
524de02728
|
|
@ -40,8 +40,12 @@ to the interface txqueuelen, as specified with
|
||||||
.BR ifconfig (8)
|
.BR ifconfig (8)
|
||||||
or
|
or
|
||||||
.BR ip (8).
|
.BR ip (8).
|
||||||
|
The range for this parameter is [0, UINT32_MAX].
|
||||||
|
|
||||||
For bfifo, it defaults to the txqueuelen multiplied by the interface MTU.
|
For bfifo, it defaults to the txqueuelen multiplied by the interface MTU.
|
||||||
|
The range for this parameter is [0, UINT32_MAX] bytes.
|
||||||
|
|
||||||
|
Note: The link layer header was considered when counting packets length.
|
||||||
|
|
||||||
.SH OUTPUT
|
.SH OUTPUT
|
||||||
The output of
|
The output of
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue