Sail: Enable BBR
This commit is contained in:
parent
6ea99c83b4
commit
bd26e8576b
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
};
|
||||
|
||||
kernelModules = [ "tcp_bbr" ];
|
||||
|
||||
kernel.sysctl = {
|
||||
"net.core.default_qdisc" = "fq";
|
||||
"net.ipv4.tcp_congestion_control" = "bbr";
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
|
||||
|
|
Loading…
Reference in a new issue