From 780e7014d415f994f605beb330a82289294f09df Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 15 Jun 2012 10:34:09 -0700 Subject: [PATCH] Cleanup of tcclasses manpages Signed-off-by: Tom Eastep --- Shorewall/manpages/shorewall-tcclasses.xml | 31 ++++++++++---------- Shorewall6/manpages/shorewall6-tcclasses.xml | 28 ++++++++++-------- 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/Shorewall/manpages/shorewall-tcclasses.xml b/Shorewall/manpages/shorewall-tcclasses.xml index 14b5a19de..f0def40de 100644 --- a/Shorewall/manpages/shorewall-tcclasses.xml +++ b/Shorewall/manpages/shorewall-tcclasses.xml @@ -447,15 +447,15 @@ Added in Shorewall 4.5.6. When specified on a leaf - class, causes the class to use the red queuing discipline - rather than SFQ. See tc-red (8) for additional - information. + class, causes the class to use the RED (Random Early + Detection) queuing discipline rather than SFQ. See tc-red (8) + for additional information. Allowable redoptions are: - min + min min Average queue size at which marking becomes a @@ -464,7 +464,7 @@ - max + max max At this average queue size, the marking @@ -475,7 +475,8 @@ - probability + probability + probability Maximum probability for marking, specified as a @@ -485,7 +486,7 @@ - limit + limit limit Hard limit on the real (not average) queue size in @@ -500,21 +501,20 @@ - burst + burst burst Used for determining how fast the average queue size is influenced by the real queue size. Larger values make the calculation more sluggish, allowing longer bursts of traffic before marking starts. Real life - experiments support the following guide‐ line: - (min+min+max)/(3*avpkt). - + experiments support the following guide‐line: + (min+min+max)/(3*avpkt). - avpkt + avpkt avpkt Optional. Specified in bytes. Used with burst to @@ -525,7 +525,8 @@ - bandwidth + bandwidth + bandwidth Optional. This rate is used for calculating the @@ -546,8 +547,8 @@ dropping a packet. If this parameter is specified, packets which indicate that their hosts honor ECN will only be marked and not dropped, unless the queue size - hits limit bytes. Needs a tc binary with RED support - compiled in. Recommended. + hits limit bytes. Needs a tc + binary with RED support compiled in. Recommended. diff --git a/Shorewall6/manpages/shorewall6-tcclasses.xml b/Shorewall6/manpages/shorewall6-tcclasses.xml index 6c15aa72e..2cf4f3b0e 100644 --- a/Shorewall6/manpages/shorewall6-tcclasses.xml +++ b/Shorewall6/manpages/shorewall6-tcclasses.xml @@ -398,15 +398,15 @@ Added in Shorewall 4.5.6. When specified on a leaf - class, causes the class to use the red queuing discipline - rather than SFQ. See tc-red (8) for additional - information. + class, causes the class to use the RED (Random Early + Detection) queuing discipline rather than SFQ. See tc-red (8) + for additional information. Allowable redoptions are: - min + min min Average queue size at which marking becomes a @@ -415,7 +415,7 @@ - max + max max At this average queue size, the marking @@ -426,7 +426,8 @@ - probability + probability + probability Maximum probability for marking, specified as a @@ -436,7 +437,7 @@ - limit + limit limit Hard limit on the real (not average) queue size in @@ -451,20 +452,20 @@ - burst + burst burst Used for determining how fast the average queue size is influenced by the real queue size. Larger values make the calculation more sluggish, allowing longer bursts of traffic before marking starts. Real life - experiments support the following guide‐ line: + experiments support the following guide‐line: (min+min+max)/(3*avpkt). - avpkt + avpkt avpkt Optional. Specified in bytes. Used with burst to @@ -475,7 +476,8 @@ - bandwidth + bandwidth + bandwidth Optional. This rate is used for calculating the @@ -496,8 +498,8 @@ dropping a packet. If this parameter is specified, packets which indicate that their hosts honor ECN will only be marked and not dropped, unless the queue size - hits limit bytes. Needs a tc binary with RED support - compiled in. Recommended. + hits limit bytes. Needs a tc + binary with RED support compiled in. Recommended.