Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
9fb6dc2b
Commit
9fb6dc2b
authored
Apr 08, 2012
by
Florian Westphal
Committed by
Stephen Hemminger
Apr 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tc: man: choke counts packets, not bytes
parent
930a75f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
man/man8/tc-choke.8
man/man8/tc-choke.8
+6
-5
No files found.
man/man8/tc-choke.8
View file @
9fb6dc2b
...
...
@@ -4,11 +4,11 @@ choke \- choose and keep scheduler
.SH SYNOPSIS
.B tc qdisc ... choke
.B limit
byte
s
packet
s
.B min
byte
s
packet
s
.B max
byte
s
packet
s
.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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment