mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-29 16:16:10 +00:00
feat: change net.core.default_qdisc to fq for proper BBR
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# Contributor: HorlogeSkynet
|
# Contributor: HorlogeSkynet
|
||||||
# Contributor: shenzhui007
|
# Contributor: shenzhui007
|
||||||
# Date Created: October 5, 2020
|
# Date Created: October 5, 2020
|
||||||
# Last Updated: August 23, 2025
|
# Last Updated: September 7, 2025
|
||||||
|
|
||||||
# Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
# Licensed under the GNU General Public License Version 3 (GNU GPL v3),
|
||||||
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
@@ -155,6 +155,7 @@ net.core.optmem_max = 40960
|
|||||||
|
|
||||||
# enable BBR congestion control
|
# enable BBR congestion control
|
||||||
net.ipv4.tcp_congestion_control = bbr
|
net.ipv4.tcp_congestion_control = bbr
|
||||||
|
net.core.default_qdisc = fq
|
||||||
|
|
||||||
# disallow IPv4 packet forwarding
|
# disallow IPv4 packet forwarding
|
||||||
net.ipv4.ip_forward = 0
|
net.ipv4.ip_forward = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user