<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>://rideekulo.us &#187; Algorithm</title>
	<atom:link href="http://b.snapfizzle.com/tag/algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://b.snapfizzle.com</link>
	<description>deeks.web.blog.random</description>
	<lastBuildDate>Tue, 15 Nov 2011 09:24:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows 7, (Disable) Nagle&#8217;s Algorithm, and gaming&#8230;</title>
		<link>http://b.snapfizzle.com/2009/09/windows-7-nagles-algorithm-and-gaming/</link>
		<comments>http://b.snapfizzle.com/2009/09/windows-7-nagles-algorithm-and-gaming/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:17:11 +0000</pubDate>
		<dc:creator>Deek</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Win7]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Disable]]></category>
		<category><![CDATA[Disable Nagle's Algorithm]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Nagle's]]></category>
		<category><![CDATA[Nagle's Algorithm]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://b.snapfizzle.com/?p=53</guid>
		<description><![CDATA[Alright, so I just installed Windows 7 Ultimate RTM (7600).  I noticed in some of the games I frequent (sadly WoW being the main one) that I was sitting around 112ms~ latency.  Much like HDTV buffs notice the most minute imperfections in video, gamers can basically feel the delay between when they enter a command and [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, so I just installed Windows 7 Ultimate RTM (7600).  I noticed in some of the games I frequent (sadly <a href="http://www.worldofwarcraft.com" target="_blank">WoW</a> being the main one) that I was sitting around 112ms~ latency.  Much like HDTV buffs notice the most minute imperfections in video, gamers can basically <em>feel </em>the delay between when they enter a command and when their game performs the intended command.  You can essentially cut your latency in half by disabling Nagle's Algorithm... I dropped down to a 53ms~ average.<span id="more-53"></span></p>
<p>By default all current Microsoft operating systems have <a href="http://en.wikipedia.org/wiki/Nagle's_algorithm" target="_blank">Nagle's Algorithm</a> enabled.  For gamers playing games that utilize TCP packets to transmit data, such as WoW, this can be a bit of a hinderance.  So here is how to go about disabling it in Windows 7... you'll need to go into your registry editor, which to be honest, if you don't know what you're doing, can become quite scarey as you can really hose things up if you're careless.  However if you follow this step by step, and refrain from slamming your face on the keyboard while swinging your mouse around like you're trying to rope cattle, you'll be fine.  Also keep in mind that you'll need administrative privelages to get into the registry editor.</p>
<p>1. To get into the registry editor, go to <strong>Start &gt; Run &gt; Type: regedit</strong></p>
<p>2. Browse to: <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces</strong></p>
<p>Here you will see your network interface devices listed as random characters.  The only way to really identify which one you want to modify is to click on each one and search for your IP configuration information in the right pane (ie. IPAddress &gt; 192.168.0.100).</p>
<p>3. You will need to create two new entries for this interface.  You can do this by right-clicking the interface in the left pane and going to <strong>New &gt; DWORD (32-bit) Value</strong>.</p>
<ul>
<li>Name the first one "<strong>TcpAckFrequency</strong>" (case sensitive).</li>
<li>Name the second one "<strong>TCPNoDelay</strong>" (again, case sensitive).</li>
</ul>
<p>4. As you create these, they will appear in the right pane of the registry editor.  <strong>You want to double-click each of your new values and set their 'Value Data' to "1"</strong>, and leave "Hexadecimal" checked under 'Base'.</p>
<p>5. Exit your registry and reboot.</p>
<p>Notice: This can adversely effect other types of internet usage such as streaming video (ie. Hulu), further research on your part will provide more information.</p>
<p><center><iframe width="640" height="360" src="http://www.youtube.com/embed/dNkYrGNut3Y?hd=1" frameborder="0" allowfullscreen></iframe></center></p>
]]></content:encoded>
			<wfw:commentRss>http://b.snapfizzle.com/2009/09/windows-7-nagles-algorithm-and-gaming/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

