summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2016-04-16 22:02:32 +0000
committerloos <loos@FreeBSD.org>2016-04-16 22:02:32 +0000
commit99b723c5685433e242785c80e652cd942050615c (patch)
tree3d8f2f118c62dcbef39be628d704a68325ede001 /share
parentb3015d8f283375f76efedb46756e8a04027a4066 (diff)
downloadFreeBSD-src-99b723c5685433e242785c80e652cd942050615c.zip
FreeBSD-src-99b723c5685433e242785c80e652cd942050615c.tar.gz
MFC r287009, r287120 and r298131:
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. Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'share')
-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 5191f6d..771dc53 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