summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2015-11-11 14:14:57 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2015-11-11 14:14:57 -0600
commit9622cc803af75551a6623d5d9c5311f1e0af1cb5 (patch)
treeb919baecdb7c7cd4ea1d8630f039372fa155ccb4 /sys/conf/options
parent345e414aceb6e896ae280ea4ddd44d1bde6cc349 (diff)
downloadFreeBSD-src-9622cc803af75551a6623d5d9c5311f1e0af1cb5.zip
FreeBSD-src-9622cc803af75551a6623d5d9c5311f1e0af1cb5.tar.gz
MFC r287009:
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) TAG: CODEL
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 45aeb51..9505849 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -383,6 +383,7 @@ ACCEPT_FILTER_HTTP
ALTQ opt_global.h
ALTQ_CBQ opt_altq.h
ALTQ_CDNR opt_altq.h
+ALTQ_CODEL opt_altq.h
ALTQ_DEBUG opt_altq.h
ALTQ_HFSC opt_altq.h
ALTQ_FAIRQ opt_altq.h
OpenPOWER on IntegriCloud