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