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

linux: enable TCP_CONG_ADVANCED
main
Bernardo Meurer 3 years ago committed by GitHub
commit 9a96e0ec8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/os-specific/linux/kernel/common-config.nix

@ -129,6 +129,7 @@ let
XDP_SOCKETS = whenAtLeast "4.19" yes;
XDP_SOCKETS_DIAG = whenAtLeast "5.1" yes;
WAN = yes;
TCP_CONG_ADVANCED = yes;
TCP_CONG_CUBIC = yes; # This is the default congestion control algorithm since 2.6.19
# Required by systemd per-cgroup firewalling
CGROUP_BPF = option yes;

Loading…
Cancel
Save