File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
170170net.ipv4.tcp_congestion_control = bbr
171- net.core.default_qdisc = fq
171+ net.core.default_qdisc = fq_codel
172172
173173# disallow IPv4 packet forwarding
174174net.ipv4.ip_forward = 0
You can’t perform that action at this time.
0 commit comments