Last update at :2024-06-12,Edit by888u
Since the default 4.9 kernel of Debian9 compiles the contents of TCP BBR, it can be turned on directly through parameters.
The following are all operated under SSH, preferably the root user. 1. Modify system variables
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf2. Save to take effect
sysctl-p3. Check whether the kernel has enabled BBR
sysctl net.ipv4.tcp_available_congestion_controlThe following content is displayed to indicate that it is enabled:
sysctl net.ipv4.tcp_available_congestion_control net.ipv4.tcp_available_congestion_control = bbr cubic reno4. BBR should have been started through the above operations. Check again to see if BBR is started.
lsmod | grep bbrThe startup is successful when the following is displayed:
lsmod | grep bbr tcp_bbr 20480 14Recommended site search: Guangdong hosting in domain name, Wanwang domain name registration official website, independent IP, mobile IP agent, rent server, latest free agent IP, French proxy server, registered IP online agent,
发表评论