View Single Post
  #13 (permalink)  
Old 01-02-2007, 10:23 AM
DataBitz
Newsgroup Contributor
 
Posts: n/a
Re: Vista RTM + Windows Live Messenger - ERROR 81000306


Again thank you for sharing your solution. I was having the same
problem.
Here is a bit more info I have found about the autotuning setting.

This is the command to view the autotuninglevel
netsh int tcp show global

This is the command to disable it. disabled: Fix the receive window at
its default value.
netsh int tcp set global autotuninglevel=disabled

This is the command to return it to the default normal setting. normal:
Allow the receive window to grow to accomodate almost all scenarios.
netsh int tcp set global autotuninglevel=normal

This is the command to set it to restricted which is what I ended up
using, so I get some benefit from autotuning. restricted: Allow the
receive window to grow beyond its default value, but limit such growth
in some scenarios.
netsh int tcp set global autotuninglevel=restricted


--
DataBitz
------------------------------------------------------------------------
DataBitz's Profile: [url]http://forums.techarena.in/member.php?userid=19677[/url]
View this thread: [url]http://forums.techarena.in/showthread.php?t=628771[/url]

[url]http://www.techarena.in[/url]

Reply With Quote

 
Old 01-02-2007, 10:23 AM