summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorrse <rse@FreeBSD.org>2001-12-14 21:51:28 +0000
committerrse <rse@FreeBSD.org>2001-12-14 21:51:28 +0000
commitb502c619cdc22b34fe36a65ccc5b96b211bf56f2 (patch)
tree1e788870cae9b29c1399e1f814ca2eec37260e24 /sbin
parent4688af0be06cc0f3e28a8cdbf6433d5ff37c147c (diff)
downloadFreeBSD-src-b502c619cdc22b34fe36a65ccc5b96b211bf56f2.zip
FreeBSD-src-b502c619cdc22b34fe36a65ccc5b96b211bf56f2.tar.gz
At least once mention the long names of WF2Q+ (Worst-case Fair Weighted
Fair Queueing) and RED (Random Early Detection) to both give the reader a hint what they are and to make it easier to find out more information about them.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 8c56ba1..f58851e 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -855,7 +855,7 @@ Packets transit through the pipe according to its parameters.
.Pp
A
.Em queue
-is an abstraction used to implement the WF2Q+ policy.
+is an abstraction used to implement the WF2Q+ (Worst-case Fair Weighted Fair Queueing) policy.
The queue associates to each flow a weight and a reference pipe.
Then, all flows linked to the same pipe are scheduled at the
rate fixed by the pipe according to the WF2Q+ policy.
@@ -1000,7 +1000,7 @@ specifies the aggregate rate for the set of queues.
Specifies the weight to be used for flows matching this queue.
The weight must be in the range 1..100, and defaults to 1.
.It Cm red | gred Ar w_q Ns / Ns Ar min_th Ns / Ns Ar max_th Ns / Ns Ar max_p
-Make use of the RED queue management algorithm.
+Make use of the RED (Random Early Detection) queue management algorithm.
.Ar w_q
and
.Ar max_p
OpenPOWER on IntegriCloud