tag:blogger.com,1999:blog-1759653391106026179.post-4696798667506762302008-04-10T12:46:00.001-07:002008-04-10T12:46:19.321-07:00Vista TCP Auto-Tuning<p>Vista introduces a new feature called &#8220;Receive Window Auto-Tuning&#8221;. What it does is to adjust the receive windows size continually based upon the changing network conditions. </p> <p>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.</p> <p>Open up a CMD window with <em>Run as Administrator</em> and enter the following command to disable auto-tuning</p> <p><code><strong>netsh interface tcp set global autotuninglevel=disabled</strong></code> </p> <p>If you found that this doesn&#8217;t fix your problem, you can turn it back on.</p> <p>Open up CMD window <em>Run as Administrator</em> and enter the following command to enable auto-tuning</p> <p><code>netsh interface tcp set global autotuninglevel=normal</code> </p> <p>You can use this command to view the states of the TCP global paremeters.</p> <p><code>netsh interface tcp show global</code></p> <div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1759653391106026179-469679866750676230?l=devblurbs.blogspot.com'/></div>Alexhttp://www.blogger.com/profile/18200623258379877366noreply@blogger.com0