Asked by:
TCP Templates

Question
-
Hello,
We're migrating from Windows 2008 to Windows 2019. And previously we were using netsh commands to fine tune TCP performance, Windows 2019 seems to deprecate some of its features at least, thus TCP Templates should be used. But this brings a set of questions:
The existing templates: "Datacenter", "Internet", "DatacenterCustom" and "InternetCustom", might be able to cover most ofthe cases, but the only way to explicitly control which template would be used for the particular destination is usage of New-NetTransportFilter PowerShell command, which works only in conjunction with Windows Firewall, which we don't use in our case, for the performance reasons.
At the same time Windows seem to be able to apply those templates in some way(without Firewall enabled), but can't find any information on how it works and how to control/influence this process. There are cases where such automatic selection isn't optimal, yet no way to amend specific significant properties of a given template (MinRto(ms) or DelayedAckTimeout(ms) for instance).
Is there a way to manage this feature?
Thanks forward.
Oleg- Moved by Dave PatrickMVP Sunday, April 5, 2020 8:34 PM
Sunday, April 5, 2020 8:23 PM
All replies
-
May be PowerShell these days.
https://docs.microsoft.com/en-us/powershell/module/nettcpip/get-nettcpsetting?view=win10-ps
https://docs.microsoft.com/en-us/powershell/module/nettcpip/set-nettcpsetting?view=win10-ps
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.Sunday, April 5, 2020 9:08 PM -
Hi ,
Just checking in to see if the information provided was helpful.
Please let us know if you would like further assistance.
Best Regards,
Candy
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.comTuesday, April 7, 2020 6:02 AM -
Thanks for the info, Dave.
The first link does shed some light on a topic for sure. And we're testing whether 10ms threshold works effectively in our case.
Still not clear though whether is it possible to control application of a *Custom templates without Windows Firewall.
Regards,
Oleg- Edited by T_Oleg Thursday, April 9, 2020 9:25 PM
Thursday, April 9, 2020 9:24 PM