]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man: tc-htb.8: add missing qdisc parameter r2q
authorBenjamin Lee <ben@b1c1l1.com>
Thu, 9 Apr 2020 05:12:13 +0000 (22:12 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 13 Apr 2020 21:04:00 +0000 (14:04 -0700)
Add description for htb qdisc parameter r2q.

Signed-off-by: Benjamin Lee <ben@b1c1l1.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-htb.8

index ae310f43f0f1fb33f09b10601bda65e712526a3d..2bcb9c46c7a99d15ad25439bb9393e4a608db944 100644 (file)
@@ -10,6 +10,8 @@ classid
 major:
 .B ] htb [ default
 minor-id
+.B ] [ r2q
+divisor
 .B ]
 
 .B tc class ... dev
@@ -93,6 +95,13 @@ will be generated within this qdisc.
 .TP
 default minor-id
 Unclassified traffic gets sent to the class with this minor-id.
+.TP
+r2q divisor
+Divisor used to calculate
+.B quantum
+values for classes.  Classes divide
+.B rate
+by this number.  Default value is 10.
 
 .SH CLASSES
 Classes have a host of parameters to configure their operation.