11
2024
06
10:50:21

Windows 11 22H2 现已支持 TCP BBR



推荐本站淘宝优惠价购买喜欢的宝贝:

image.png

Windows 11 22H2 现已支持 TCP BBR 拥塞控制。若想用 BBR 拥塞控制取代默认的 Cubic 拥塞控制,请在终端中输入下面的命令:

1
2
3
4
5
netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2
netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2
netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2
netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2
netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2

在 Powershell 中使用下面的命令来查看当前使用的 TCP 拥塞控制:

1
Get-NetTCPSetting | Select SettingName, CongestionProvider

Windows Cubic TCP CC


本文链接:http://hqyman.cn/post/6575.html 非本站原创文章欢迎转载,原创文章需保留本站地址!

分享到:





休息一下~~


« 上一篇 下一篇 »

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

您的IP地址是: