[openwrt/openwrt] qosify: add class specific bulk flow detection example to voice class
LEDE Commits
lede-commits at lists.infradead.org
Fri Nov 19 14:53:01 PST 2021
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/991966f1f55d72f0350acf4b0151059a354783ec
commit 991966f1f55d72f0350acf4b0151059a354783ec
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Nov 19 22:59:09 2021 +0100
qosify: add class specific bulk flow detection example to voice class
With the new version, priority/bulk flow detection can be selectively enabled
and configured per class
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/network/config/qosify/files/qosify.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/network/config/qosify/files/qosify.conf b/package/network/config/qosify/files/qosify.conf
index bec9849653..865a023390 100644
--- a/package/network/config/qosify/files/qosify.conf
+++ b/package/network/config/qosify/files/qosify.conf
@@ -19,6 +19,9 @@ config class video
config class voice
option ingress CS6
option egress CS6
+ option bulk_trigger_pps 100
+ option bulk_trigger_timeout 5
+ option dscp_bulk CS0
config interface wan
option name wan
More information about the lede-commits
mailing list