Aan bovenstaande tekst kunnen geen rechten worden ontleend. Aan de tekst hieronder wel.
Nee, dat is een bekend probleem. Staat daar niks over op de site van VNC?
Nederlands is makkelijker als je denkt
Zie onder :
Vista Auto-Tuning
Vista introduces a new feature called “Receive Window Auto-Tuning”. What it does is to adjust the receive windows size continually based upon the changing network conditions. You can see this article if you are interested in details.
Some people reported that auto-tuning cause network time-out problems with some applications and routers. You can turn it off if you have experienced such problems.
Open up an elevated command prompt.
Enter the following command to disable auto-tuning
netsh interface tcp set global autotuninglevel=disabled
If you found that this doesn’t fix your problem, you can turn it back on.
Open up an elevated command prompt.
Enter the following command to enable auto-tuning
netsh interface tcp set global autotuninglevel=normal
You can use this command to view the states of the TCP global paremeters.
netsh interface tcp show global
Suc6
Vista Auto-Tuning
Vista introduces a new feature called “Receive Window Auto-Tuning”. What it does is to adjust the receive windows size continually based upon the changing network conditions. You can see this article if you are interested in details.
Some people reported that auto-tuning cause network time-out problems with some applications and routers. You can turn it off if you have experienced such problems.
Open up an elevated command prompt.
Enter the following command to disable auto-tuning
netsh interface tcp set global autotuninglevel=disabled
If you found that this doesn’t fix your problem, you can turn it back on.
Open up an elevated command prompt.
Enter the following command to enable auto-tuning
netsh interface tcp set global autotuninglevel=normal
You can use this command to view the states of the TCP global paremeters.
netsh interface tcp show global
Suc6