]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
QoS: remove noecn from fq_codel option. v2.13-core66
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 16 Feb 2013 15:34:22 +0000 (16:34 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 16 Feb 2013 15:34:22 +0000 (16:34 +0100)
ingress shaping need to drop some packets to limiting downloads.

config/qos/makeqosscripts.pl

index 8c4f77c0b1e13a5814dc752b3df634c2d8370204..b623cbec91a73495fb42a9e431cb7d5c8dcbf0df 100644 (file)
@@ -58,7 +58,7 @@ my $subclassfile = "/var/ipfire/qos/subclasses";
 my $level7file = "/var/ipfire/qos/level7config";
 my $portfile = "/var/ipfire/qos/portconfig";
 my $tosfile = "/var/ipfire/qos/tosconfig";
-my $fqcodel_options = "noecn limit 800 quantum 500";
+my $fqcodel_options = "limit 800 quantum 500";
 
 &General::readhash("${General::swroot}/ethernet/settings", \%netsettings);