Skip to content

Commit 45533b6

Browse files
committed
feat: change qdisc to fq_codel for modern Linux kernels
Signed-off-by: k4yt3x <i@k4yt3x.com>
1 parent 6065095 commit 45533b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sysctl.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Licensed under the GNU General Public License Version 3 (GNU GPL v3),
1010
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
11-
# (C) 2020-2025 K4YT3X
11+
# Copyright 2020-2025 K4YT3X and contributors.
1212

1313
# Multiple sources have been consulted while writing this configuration
1414
# file (e.g., nixCraft's sysctl.conf). Some sources may not have been cited.
@@ -166,9 +166,9 @@ net.core.optmem_max = 40960
166166

167167
########## IPv4 Networking ##########
168168

169-
# enable BBR congestion control
169+
# enable BBR congestion control and FQ-CoDel queuing discipline
170170
net.ipv4.tcp_congestion_control = bbr
171-
net.core.default_qdisc = fq
171+
net.core.default_qdisc = fq_codel
172172

173173
# disallow IPv4 packet forwarding
174174
net.ipv4.ip_forward = 0

0 commit comments

Comments
 (0)