]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
tc: man: choke counts packets, not bytes
authorFlorian Westphal <fw@strlen.de>
Sun, 8 Apr 2012 12:34:14 +0000 (12:34 +0000)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 10 Apr 2012 16:02:13 +0000 (09:02 -0700)
man/man8/tc-choke.8

index 7b213be180153853086e14a3de543509092ed87b..620c7f6d38f6708c11a7716e3b4f05d3a3952830 100644 (file)
@@ -4,11 +4,11 @@ choke \- choose and keep scheduler
 .SH SYNOPSIS
 .B tc qdisc ... choke
 .B limit
-bytes
+packets
 .B min
-bytes
+packets
 .B max
-bytes
+packets
 .B avpkt
 bytes
 .B burst
@@ -22,7 +22,7 @@ chance
 
 CHOKe (CHOose and Keep for responsive flows, CHOose and Kill for unresponsive flows)
 is a classless qdisc designed to both identify and penalize flows that monopolize the
-queue.  CHOKe is a variation of RED, and the configuration is the same as RED.
+queue.  CHOKe is a variation of RED, and the configuration is similar to RED.
 
 .SH ALGORITHM
 Once the queue hits a certain average length, a random packet is drawn from the
@@ -39,7 +39,8 @@ If the queue length exceeds
 The marking probability computation is the same as used by the RED qdisc.
 
 .SH PARAMETERS
-The parameters are the same as for RED, see
+The parameters are the same as for RED, except that RED uses bytes whereas choke
+counts packets. See
 .BR tc-red (8)
 for a description.