From 77200d417930e4ec4c78ff21351290913d71ff18 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 3 Jul 2018 19:36:34 +0200 Subject: Sync qos.pl with my used version Signed-off-by: Florian Pritz --- qos.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qos.pl b/qos.pl index 5c7787d..d45d867 100755 --- a/qos.pl +++ b/qos.pl @@ -45,15 +45,15 @@ my %classes = ( "1:7" => "low/data", ); my %bandwidth = ( - "up" => 5500, - "down" => 97280, + "up" => 19_000, + "down" => 100_000, ); $bandwidth{"1:2"} = 6*$bandwidth{up}/10; $bandwidth{"1:3"} = 5*$bandwidth{up}/10; $bandwidth{"1:4"} = 1*$bandwidth{up}/10; $bandwidth{"1:5"} = 1*$bandwidth{up}/10; $bandwidth{"1:6"} = 1*$bandwidth{up}/10; -$bandwidth{"1:7"} = 1*$bandwidth{up}/20; +$bandwidth{"1:7"} = 5*$bandwidth{up}/20; my %bwthresh = ( warn => 60, @@ -78,7 +78,7 @@ my @display_rows = ( [qw(1:3 1:6)], [qw(1:4 1:7)], [], - [qw(total-up-tc total-up total-down)], + [qw(total-up-tc space total-up total-down)], ); sub untaint { -- cgit v1.2.3-24-g4f1b