调整Windows系统TCP协议参数实现网络加速
可以直接下载软件修改,无需使用命令行:
https://www.speedguide.net/downloads.php
主要参数:
直接缓存访问(DCA):
1 | netsh int tcp set global dca=enabled |
接收窗口自动调节级别(WIN10 中无需修改此项):
1 | netsh int tcp set global autotuninglevel=normal |
附加拥塞控制提供程序(Intel 网卡推荐 ctcp):
1 | netsh int tcp set supplemental template=internet congestionprovider=ctcp |
RFC 1323 时间戳(需要服务端同样开启,如果开启后无法联网,请再关闭):
1 | netsh int tcp set global timestamps=enabled |
1 | netsh int tcp set global timestamps=disabled |
Reference
https://www.speedguide.net/articles/gaming-tweaks-5812
https://forum.gamer.com.tw/Co.php?bsn=01473&sn=123538
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 惜别的秘密基地!
评论
UtterancesGiscus