Run in Powershell
Get-NetTCPSetting | Select SettingName, CongestionProvider
on Windows 10 you cannot modify it for built-in templates (Internet, Compat)
https://learn.microsoft.com/en-us/powershell/module/nettcpip/set-nettcpsetting
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello All,
I am running a windows 10 (Version 1909) and when I am entering the following command in CMD
netsh interface tcp show global
I am able to see Add-on Congestion Control Provider Set to "Default"
I would like to know what do you mean by "Default" ?
is it CUBIC algorithm Default or CTCP Algorithm Default ? and How can I verify which is currently Running ?
Thanks in Advance.
Run in Powershell
Get-NetTCPSetting | Select SettingName, CongestionProvider
on Windows 10 you cannot modify it for built-in templates (Internet, Compat)
https://learn.microsoft.com/en-us/powershell/module/nettcpip/set-nettcpsetting