修改windows默认tcp拥堵算法为CTCP

王哥哥 WS 2016 3,024 次浏览 没有评论

Linux上有bbr,windows上也有ctcp

使用管理员模式在命令模式下运行

netsh int tcp set supplemental template=internet congestionprovider=ctcp

然后重启服务器生效

默认是下面的cubic。现在运行下命令就改成了ctcp

 

另外我看了下 powershell下面可以用下面的命令,好像是因为新系统下面netsh命令已经没用了

Set-NetTCPSetting -SettingName
“InternetCustom” -CongestionProvider CTCP -InitialCongestionWindowMss 6

发表回复

Go