mediabox/sysctl: set BRR congestion control
This commit is contained in:
parent
c7b8b486ea
commit
c9bbb59f12
@ -37,7 +37,7 @@
|
||||
kernelModules = ["acpi_call"];
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelParams = ["msr.allow_writes=on"];
|
||||
boot.kernel.sysctl = {
|
||||
kernel.sysctl = {
|
||||
"net.core.default_qdisc" = "fq";
|
||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user