View Single Post
Old 05-13-2008   #1 (permalink)
yxq
Newbie


  yxq is offline

That is a bug in Vista?

Using the command line below to disable or restore auto tuning for network:
netsh int tcp set global autotuninglevel=disable
netsh int tcp set global autotuninglevel=normal

I also found that the registry vaules were changed by the commands above.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
EnablePMTUBHDetect=255
EnablePMTUDiscovery=255

But i know the two values are boolean type, they are only 1 or 0
Microsoft Corporation

Could you please tell why?
Thank you
Steven