From b2c15916cce9c4a35c309c847db6073fd8686c22 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 17 Sep 2025 10:32:10 -0400 Subject: [PATCH] no need to override default qdisc since we set it --- etc/sysctl.d/60-local.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/sysctl.d/60-local.conf b/etc/sysctl.d/60-local.conf index 7847d85..7715d05 100644 --- a/etc/sysctl.d/60-local.conf +++ b/etc/sysctl.d/60-local.conf @@ -10,8 +10,6 @@ net.ipv6.conf.*.accept_redirects = 0 net.ipv4.conf.default.rp_filter = 0 net.ipv4.conf.*.rp_filter = 0 -net.core.default_qdisc = fq - # use BBR and disable ECN since BBRv1 doesn't support it net.ipv4.tcp_congestion_control = bbr net.ipv4.tcp_ecn = 0