echo "tcp_bbr" > /etc/modules-load.d/bbr.conf modprobe tcp_bbr sysctl -w net.ipv4.tcp_congestion_control=bbr
To see all available algorithms:
Run the following command to see if BBR is active: kmod-tcp-bbr
The maximum speed the slowest link in the path can handle. echo "tcp_bbr" > /etc/modules-load
For 4K video streaming and gaming, the stability provided by BBR reduces stuttering and "rubber-banding." Implementation and Configuration echo "tcp_bbr" >
# For YUM based systems (CentOS 7) yum --enablerepo=elrepo-kernel install kmod-tcp-bbr