How to enable tcp_bbr in manjaro?

sysctl net.ipv4.tcp_congestion_control
net.ipv4.tcp_congestion_control = cubic

Sorry im new manjaro user been on ubuntu. I wanna change it to tcp_bbr

Arch Linux Wiki on sysctl - ArchWiki

create a drop-in in /etc/sysctl.d with the required setting

sudo touch /etc/sysctl.d/50-congestion_control.conf

Then edit the file and insert the setting

net.ipv4.tcp_congestion_control = bbr

Save the file and reload the system config

sudo sysctl --system
1 Like

thanks for this

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.