Is bbr activation needed?

is BBR enabled by default? In ubuntu, it has to be enabled manually.

It looks like it is enabled by default.

$ grep -E "BBR|RENO" /usr/lib/kernel/config-5.0.17-760.native 
CONFIG_TCP_CONG_BBR=y
CONFIG_DEFAULT_BBR=y
# CONFIG_DEFAULT_RENO is not set

and

$ sysctl net.ipv4.tcp_available_congestion_control
net.ipv4.tcp_available_congestion_control = reno bbr
1 Like