The output:

Philip wrote:Can you post a screenshot of command prompt: netsh int tcp show global
If it doesn't have lines for "Receive-Side Scaling State", or "Receive Segment Coalescing State" they will not show at program start. This is likely OS-version, or NIC dependent.
The program should still apply the settings, if available.
Ashdaw, I would put your advertised connection speed in the TCP Optimizer. With Windows 10, it won't make much difference. As to "Cubic" vs "CTCP" they are the two best choices currently, both are good, you can use either.Ashdaw wrote:I just downloaded the latest 4.08 and I am wondering if I should be changing the CTCP to Cubic?
One other thing, would it be advantageous to change the connection speed to 100Mbps?
The program reads them in your native Windows language, it shows empty if it does not recognize the setting. It will still apply the settings correctly, it just wont read the RSS/RSC on program start because of the language difference. We may add those translations in the next version, thanks for the screenshots.Djfe wrote:For me those settings are the first two entries (I think)
I'm not sure whether your programm gets them in english or german though (when relying on powershell)
Are there infos you can't get with powershell/WMI right now?It is recommended that you use Windows PowerShell to manage networking technologies in Windows Server 2016 and Windows 10 rather than Network Shell. Network Shell is included for compatibility with your scripts, however, and its use is supported.
Code: Select all
Get-NetAdapter
Get-NetAdapterRsc
Get-NetAdapterRss
Get-NetOffloadGlobalSetting
Get-NetTCPSetting
Get-NetIPInterface
Code: Select all
---------------------------------------------- Receive-Side Scaling State : %1!s! Chimney Offload State : %2!s! NetDMA State : %7!s! Direct Cache Acess (DCA) : %8!s! Receive Window Auto-Tuning Level : %3!s! Add-On Congestion Control Provider : %4!s! ECN Capability : %5!s! RFC 1323 Timestamps : %6!s!
It works now! thank you so much for your work!!Philip wrote:The TCP Optimizer has been updated to version 4.0.9.
It now reads RSS and RSC at startup via PowerShell. We also changed the way they are applied to the global PowerShell setting. The recommended optimal RSC setting was changed to "disabled" as well, as it is better disabled for gaming/latency and Wi-Fi adapters.
Djfe and ukue, please confirm if it now correctly reads RSS and RSC on startup with your international Windows variants? Thanks in advance.
Not all adapters support LSO.. What is the ouput of this PowerShell cmdlet in your system?MagikMark wrote:Philip,
Can we also check the LSO. In my case it doesn't read it right in Windows 10 PRO x64. Tried experimenting with it. Enabled it using poweshell and the app still reads it as "disabled"
My download of this tool has the apply link greyed out. My Optimizer looks like the ones already posted with the apply link greyed out. Is this supposed to be that color, or should this novice click elsewhere?Philip wrote:It has been updated to properly read "Pro" instead of "Enterprise", if you re-download the exe from our site. There are no functionality changes, so the program version was not changed from 4.0.9.
Thanks. That worked. Now to test the program. Should any visible changes be noticed?Djfe wrote:You need to choose settings first
by selecting checkboxes at the bottom of the program
Optimal is a profile that selects the values of which the author of this program thinks that they are more optimal than the default ones of windows
Custom allows you to set each variable to values that you prefer
you can also do optimal first, then apply it and then customize it afterwards![]()
How visible the changes are depends on your line. Problematic connections, older OSes, in the presence of packet loss, etc. will have a more visible change right away. Fast, working connections, close to the advertised speed limit will only see visible difference in connections to more distant servers even though the connection is better optimized on your end.horseshoe wrote:Thanks. That worked. Now to test the program. Should any visible changes be noticed?