1
0
Fork 0

Drop default net.core.default_qdisc

This commit is contained in:
Sandro - 2023-01-01 20:50:23 +01:00
parent da80baa204
commit 037e5cf77a
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ lib.mkMerge [
};
boot.kernel.sysctl = {
"net.core.default_qdisc" = "fq_codel";
"net.ipv4.tcp_congestion_control" = "bbr";
};