Hello,
Thanks for visiting our forums -
I think your issue might be the Windows 7 and Vista Window Auto-tuning Feature...It is known to cause lag and timeout issues....
Windows 7 and Vista support a feature called "Receive Window Auto-Tuning" that continually adjusts the receive Windows size, based upon the changing network conditions.
Some people reported that auto-tuning causes network timeout problems with some applications and routers. If you have experienced such problems, you can turn it off using the following procedure:
Step 1 Open an elevated command prompt.
Step 2 Enter the following command to disable auto-tuning:
Code:
netsh interface tcp set global autotuninglevel=disabled
If this solution does not fix the problem, you can turn it back on, as follows:
Step 1 Open up an elevated command prompt.
Step 2 Enter the following command to enable auto-tuning
Code:
netsh interface tcp set global autotuninglevel=normal
To view the states of the TCP global parameters, use the following command:
Code:
netsh interface tcp show global
If this doesn't work, let me know I have another idea also that I'm looking into atm...
Bookmarks