forked from shuishou4184/v2ray_bin
-
Notifications
You must be signed in to change notification settings - Fork 134
BBR
cary-sas edited this page Nov 3, 2021
·
5 revisions
sudo -i
echo 'net.core.default_qdisc=fq' | tee -a /etc/sysctl.conf
echo 'net.ipv4.tcp_congestion_control=bbr' | tee -a /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
reboot
sysctl net.ipv4.tcp_congestion_control