New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/39951#issuecomment-1279167266 Comment: > BBR is very good, but still in alpha, you have to give the user the choice to apply it. > > Whatever happens, the kernel should be optimized, > and the user should be allowed to change via sysctl, > which is not the case now. What is your problem when you're changing? ``` # modprobe tcp_bbr # sysctl -w net.ipv4.tcp_congestion_control=bbr ``` works for me