diff options
Diffstat (limited to 'profiles/core/boot.nix')
| -rw-r--r-- | profiles/core/boot.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/core/boot.nix b/profiles/core/boot.nix index 42bbb02..8aacfbf 100644 --- a/profiles/core/boot.nix +++ b/profiles/core/boot.nix @@ -3,6 +3,8 @@ boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernel.sysctl = { + "net.ipv4.tcp_congestion_control" = "bbr"; + "net.ipv4.tcp_ecn" = 1; "net.ipv4.tcp_fastopen" = 3; "net.ipv4.tcp_tw_reuse" = 1; }; |
