January 15Jan 15 -------------------------Debian開啟BBR加速-------------------------内核檢查uname -r返回的内核 6.12.63+deb13-cloud-amd64開啟BBR,在 /etc/sysctl.d/ 建立一個設定檔,專門給BBR用vi /etc/sysctl.d/99-bbr.conf複製貼上這兩行net.core.default_qdisc = fqnet.ipv4.tcp_congestion_control = bbrESC 儲存並離開:wq重開機reboot----------------------測試是否開啟BBR----------------------敲入sysctl net.ipv4.tcp_congestion_control應該看到net.ipv4.tcp_congestion_control = bbr確認核心支援BBR,敲入sysctl net.ipv4.tcp_available_congestion_control應包含 bbr確認qdisc,敲入sysctl net.core.default_qdisc結果應是 fq說明BBR已啟動
Create an account or sign in to comment