| Submitter | Florian Westphal |
|---|---|
| Date | Jan. 12, 2010, 8:39 p.m. |
| Message ID | <1263328756-19431-1-git-send-email-fw@strlen.de> |
| Download | mbox | patch |
| Permalink | /patch/42764/ |
| State | Accepted |
| Delegated to: | stephen hemminger |
| Headers | show |
Comments
Patch
diff --git a/man/man8/tc-sfq.8 b/man/man8/tc-sfq.8 index 337c795..8f2b433 100644 --- a/man/man8/tc-sfq.8 +++ b/man/man8/tc-sfq.8 @@ -51,6 +51,9 @@ on the fullest bucket, thus maintaining fairness. .SH PARAMETERS .TP +limit +Upper limit of the SFQ. Can be used to reduce the default length of 128 packets. +.TP perturb Interval in seconds for queue algorithm perturbation. Defaults to 0, which means that no perturbation occurs. Do not set too low for each perturbation may cause some packet
Signed-off-by: Florian Westphal <fw@strlen.de> --- man/man8/tc-sfq.8 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)