Having Trouble Identifying TCP Congestion Control Provider option: Default.

Rithwik Macherla 21 Reputation points
2022-04-27T20:40:48.653+00:00

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.

197113-capture.png

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

Accepted answer
  1. abbodi86 4,036 Reputation points
    2022-04-28T12:22:27.327+00:00

    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


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.