From 0d164bfc22e0c8a5f0e9c56cf96d92c2680bf075 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Fri, 18 Aug 2023 23:41:24 +0300 Subject: [PATCH] linux_xanmod: 6.1.45 -> 6.1.46 --- pkgs/os-specific/linux/kernel/xanmod-kernels.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix index 5f502a3853eb..0f113dd60d36 100644 --- a/pkgs/os-specific/linux/kernel/xanmod-kernels.nix +++ b/pkgs/os-specific/linux/kernel/xanmod-kernels.nix @@ -3,8 +3,8 @@ let # These names are how they are designated in https://xanmod.org. ltsVariant = { - version = "6.1.45"; - hash = "sha256-2UKu0ata48Rs2s+J/pI3qpgmxYRKaD8wwIZ6VulG4dg="; + version = "6.1.46"; + hash = "sha256-E9DEWfhl9hUAQXOvJVYJsKBFIen0xHrmiUdTUvGeKxE="; variant = "lts"; }; @@ -29,9 +29,9 @@ let # AMD P-state driver X86_AMD_PSTATE = lib.mkOverride 60 yes; - # Google's BBRv2 TCP congestion Control - TCP_CONG_BBR2 = yes; - DEFAULT_BBR2 = yes; + # Google's BBRv3 TCP congestion Control + TCP_CONG_BBR = yes; + DEFAULT_BBR = yes; # FQ-PIE Packet Scheduling NET_SCH_DEFAULT = yes;