Google BBR 加速VPS
in 技术 with 0 comment

Google BBR 加速VPS

in 技术 with 0 comment

Linux环境

  1. wget --no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh
  2. chmod +x bbr.sh
  3. ./bbr.sh

查看是否安装成功:

  1. 重启后,uname -r,大于4.9则表示成功
  2. sysctl net.ipv4.tcp_available_congestion_control。返回值一般为: net.ipv4.tcp_available_congestion_control = bbr cubic reno
Responses