Merge pull request #144641 from jian-lin/enable-TCP_CONG_ADVANCED-on-aarch64

linux: enable TCP_CONG_ADVANCED

authored by Bernardo Meurer and committed by GitHub 9a96e0ec ac4cb435

+1
+1
pkgs/os-specific/linux/kernel/common-config.nix
··· 129 XDP_SOCKETS = whenAtLeast "4.19" yes; 130 XDP_SOCKETS_DIAG = whenAtLeast "5.1" yes; 131 WAN = yes; 132 TCP_CONG_CUBIC = yes; # This is the default congestion control algorithm since 2.6.19 133 # Required by systemd per-cgroup firewalling 134 CGROUP_BPF = option yes;
··· 129 XDP_SOCKETS = whenAtLeast "4.19" yes; 130 XDP_SOCKETS_DIAG = whenAtLeast "5.1" yes; 131 WAN = yes; 132 + TCP_CONG_ADVANCED = yes; 133 TCP_CONG_CUBIC = yes; # This is the default congestion control algorithm since 2.6.19 134 # Required by systemd per-cgroup firewalling 135 CGROUP_BPF = option yes;