First, check whether BBR is already enabled on your system:
|
|
If the output shows tcp_congestion_control = cubic, it means BBR is not enabled yet.
Run the following two commands to enable BBR:
|
|
Then apply the new settings:
|
|
Verify again:
|
|
If the output shows tcp_congestion_control = bbr, it means BBR is successfully enabled.
You can also confirm that the BBR module is active:
|
|
If you see bbr in the output, it means BBR is running and working properly ✅