
23年4月开始,Win预览版引入了tcp bbr 2算法,这个算法广泛用于linux,好处肯定是有的,但看一些论坛反馈,有人开启后部分游戏连不上服务器,这个改回默认就行。
本文内容基本复制网上的,作为补档用(水贴用)。
禁用方法
0、搜索powershell,以管理员运行

最好用自带的windows powershell
Get-NetTCPSetting | Select SettingName, CongestionProvider

我这里是默认的
netsh int tcp set supplemental template=internet congestionprovider=CUBIC
netsh int tcp set supplemental template=internetcustom congestionprovider=CUBIC
netsh int tcp set supplemental template=Compat congestionprovider=NewReno
netsh int tcp set supplemental template=Datacenter congestionprovider=CUBIC
netsh int tcp set supplemental template=Datacentercustom congestionprovider=CUBIC

3、再次查看状态
跟步骤1一样
至于怎么开启bbr就不放了,网上大把开启方法。
总之能调教好这玩意的人,都用不上这篇东西
v1.0 2023.7.29
v1.0.1 2024.10.18