Revert "sysctl.d: default to fq_codel, fight bufferbloat"

This reverts commit e6c253e363.

Conflicts:
	NEWS
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2014-11-02 09:42:01 -05:00
parent a8caf8eaba
commit 2ed2be3066
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -100,6 +100,8 @@ CHANGES WITH 217:
servers that do not do forwarding, "fq" may perform better.
Systems without a good clocksource should use "pfifo_fast".
[ reverted in this branch ]
* If kdbus is enabled during build a new option BusPolicy= is
available for service units, that allows locking all service
processes into a stricter bus policy, in order to limit
-3
View File
@@ -25,9 +25,6 @@ net.ipv4.conf.all.accept_source_route = 0
net.ipv4.conf.default.promote_secondaries = 1
net.ipv4.conf.all.promote_secondaries = 1
# Fair Queue CoDel packet scheduler to fight bufferbloat
net.core.default_qdisc = fq_codel
# Enable hard and soft link protection
fs.protected_hardlinks = 1
fs.protected_symlinks = 1