Debian 11 开启Google BBR
Debian11已把bbr编进内核中,如果版本低需要先升级Linux的内核,配置编辑/etc/sysctl.conf文件,添加以下内容net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
sysctl -p或直 More...