Freegpt

Alpine 开启bbr

Alpine 开启bbr:

echo “tcp_bbr” >> /etc/modules && modprobe tcp_bbr

echo “net.ipv4.tcp_congestion_control=bbr” >> /etc/sysctl.conf

echo “net.core.default_qdisc=fq” >> /etc/sysctl.conf

sysctl -p

验证    lsmod | grep bbr

退出移动版