windows10 CTCP
2021-01-27 21:13
标签:table org clu 延时 range 系统 div settings ems windows上除了普通tcp之外,有一个CTCP。 据说可以提升长延时情况下的吞吐量。 win7可以方便的通过netsh int tcp set global congestionprovider=ctcp设置。 win10已经不能通过netsh设置了,只能通过power shell,ps设置。 ps里用的是NetTCPsetting,但根据下面链接,又说win10这种客户端操作系统不能修改NetTCPsetting 参数,因为是只读的。只能在服务器上设置。 https://docs.microsoft.com/en-us/powershell/module/nettcpip/set-nettcpsetting?view=win10-ps The Set-NetTCPSetting cmdlet modifies a TCP setting. TCP settings are optimized for different network conditions including latency and congestion. To apply a TCP setting to a port number or destination IP address range, create a transport filter by using the New-NetTransportFilter cmdlet. Note -CongestionProvider Specifies the congestion provider property that TCP uses. The acceptable values for this parameter are: 好了,既然不能修改模板的参数。 那如何指定使用哪个模板呢? 一个帖子 https://social.technet.microsoft.com/Forums/windows/en-US/f55027d7-f4cf-4681-96b5-b530c9dab7e0/cant-set-netsh-int-tcp-set-supplemental windows10 CTCP 标签:table org clu 延时 range 系统 div settings ems 原文地址:https://www.cnblogs.com/yanhc/p/11924250.html
上一篇:Win10专业版和企业版的区别