|
User Reviews/Comments:
rate:
avg:
![]() ![]() ![]() ![]() ![]() ![]() ![]()
In the TCP Optimizer FAQ's section, Windows Vista is not listed as a supported operating system. This post indicates that TCP Optimizer WILL work with Windows Vista.
So, will TCP Optimizer work with Windows Vista or not? If it can, is it possible to add Windows Vista to that particular FAQ about operating system support for TCP Optimizer??
DO NOT DISABLE AUTOTUNING IN VISTA!!!
koz it rejects tweaking all life-meaning tweaks, like MTU auto discovery etc. Check this out - turn off autotuning, reboot, change some parameter like MTU, RWIN, remember it, then reboot and go to the registry.. You can see that all parameters you've changed before rebooting are reverted to the default state !!!!!! I got ADSL Unlimited 340k and all is working fine without disabling autotuning
1. Try to make a non-HTTP network connection. That is, use the program that was affected by the problem.
2. If the problem is fixed, contact the manufacturer of the firewall device for steps to resolve the issue. 3. You can keep auto-tuning disabled until the problem is fixed. When you are ready to enable auto-tuning, click Start, click All Programs, click Accessories, and then click Command Prompt. 4. At the command prompt, type the following command, and then press ENTER: netsh interface tcp set global autotuninglevel=normal This command enables Receive Window Auto-Tuning again so that you can take advantage of the increase in network throughput performance that this option provides.
It W7, theres 5 level of Auto Tuning can be set
1. Disabled Disable the autotunning feature in Vista completely、and fit and lock the RWIN receive window to default value 65,536 bytes. Enter: netsh interface tcp set global autotuninglevel=disabled 2. HighlyRestricted Allow for the receive window to grow beyond the default value、but do so very conservatively. In this mode、Vista will by default use RWIN of 16,384 bytes with a scale factor of 2. Enter: netsh interface tcp set global autotuninglevel=highlyrestricted 3. Restricted Allow the receive window to grow beyond its default value、but limit such growth in some scenarios. Enter: netsh interface tcp set global autotuninglevel=restricted 4. Normal (Windows 7,Server 2008,and Vista's Default setting) Allow for the receive window to grow to accommodate almost all scenarios. The default setting in Vista. Specifying this command mean you want to turn back on AutoTuning feature. Enter: netsh interface tcp set global autotuninglevel=normal 5.Enter Experimental Allow for the receive window to grow to accommodate extreme scenarios. Note The experimental value can decrease performance in common scenarios. This value should be used only for research purposes. Enter : netsh interface tcp set global autotuninglevel=experimental |