Setup a Linux Server

Setup a Linux Server

Fedora BBR Install

Just like Ubuntu enabling BBR on your Fedora PC/Server can increase your network thruput by on avg 4%-15% if not more, this is a lot of performance increase. So how do I do this?

sudo nano /etc/sysctl.conf

Append the following lines to the end of the file.

net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr

Save your file and exit.

sudo sysctl –system

Yep that is it! Now enjoy a little faster internet connection.

Fedora BBR Install
Scroll to top