Merge pull request #81500 from primeos/tcp-cong-switch-to-cubic

linux config: Set TCP_CONG_CUBIC=yes to restore the default
This commit is contained in:
Eelco Dolstra
2020-04-06 17:11:31 +02:00
committed by GitHub

View File

@@ -122,6 +122,7 @@ let
XDP_SOCKETS = whenAtLeast "4.19" yes;
XDP_SOCKETS_DIAG = whenAtLeast "4.19" yes;
WAN = 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;
CGROUP_NET_PRIO = yes; # Required by systemd