summaryrefslogtreecommitdiffstats
path: root/share/man/man4/altq.4
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2015-08-21 22:02:22 +0000
committerloos <loos@FreeBSD.org>2015-08-21 22:02:22 +0000
commit498601242d037970fd571c0aa7a61a9253e174d3 (patch)
treeea97933754c975699989e1fe3ca8b6e419c1d685 /share/man/man4/altq.4
parent85b63621ce55e70a1e80d1f557aec7f20b41a514 (diff)
downloadFreeBSD-src-498601242d037970fd571c0aa7a61a9253e174d3.zip
FreeBSD-src-498601242d037970fd571c0aa7a61a9253e174d3.tar.gz
Add ALTQ(9) support for the CoDel algorithm.
CoDel is a parameterless queue discipline that handles variable bandwidth and RTT. It can be used as the single queue discipline on an interface or as a sub discipline of existing queue disciplines such as PRIQ, CBQ, HFSC, FAIRQ. Differential Revision: https://reviews.freebsd.org/D3272 Reviewd by: rpaulo, gnn (previous version) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'share/man/man4/altq.4')
-rw-r--r--share/man/man4/altq.47
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man4/altq.4 b/share/man/man4/altq.4
index e417d7d..6c9c090 100644
--- a/share/man/man4/altq.4
+++ b/share/man/man4/altq.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 24, 2015
+.Dd July 24, 2015
.Dt ALTQ 4
.Os
.Sh NAME
@@ -35,6 +35,7 @@
.Cd options ALTQ
.Pp
.Cd options ALTQ_CBQ
+.Cd options ALTQ_CODEL
.Cd options ALTQ_RED
.Cd options ALTQ_RIO
.Cd options ALTQ_HFSC
@@ -74,6 +75,10 @@ Enable
Build the
.Dq "Class Based Queuing"
discipline.
+.It Dv ALTQ_CODEL
+Build the
+.Dq "Controlled Delay"
+discipline.
.It Dv ALTQ_RED
Build the
.Dq "Random Early Detection"
OpenPOWER on IntegriCloud