New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/39951#issuecomment-1279195012 Comment: If you want to do it automatically at boot: ```sh # cat /etc/modules-load.d/tcp-congestion.conf tcp_bbr # cat /etc/sysctl.d/tcp-congestion.conf net.ipv4.tcp_available_congestion_control=bbr ``` > Hi, I think the default configuration should be changed to use cubic and not reno. That's subjective. You have the option to change to anything you want.