diff --git a/usr/lib/sysctl.d/99-cachyos-settings.conf b/usr/lib/sysctl.d/99-cachyos-settings.conf index 06dce3a..6cfd070 100644 --- a/usr/lib/sysctl.d/99-cachyos-settings.conf +++ b/usr/lib/sysctl.d/99-cachyos-settings.conf @@ -55,10 +55,6 @@ kernel.kexec_load_disabled = 1 # Using the value 3 instead of the default 1 allows TCP Fast Open for both incoming and outgoing connections: net.ipv4.tcp_fastopen = 3 -# Enable BBR3 -# The BBR3 congestion control algorithm can help achieve higher bandwidths and lower latencies for internet traffic -net.ipv4.tcp_congestion_control = bbr - # TCP SYN cookie protection # Helps protect against SYN flood attacks. Only kicks in when net.ipv4.tcp_max_syn_backlog is reached: net.ipv4.tcp_syncookies = 1