<?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>equk&#039;s place on the web &#187; network</title>
	<atom:link href="http://www.equk.co.uk/tag/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.equk.co.uk</link>
	<description>http://www.equk.co.uk</description>
	<lastBuildDate>Mon, 06 Sep 2010 14:22:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Windows 7 Network Tweaks</title>
		<link>http://www.equk.co.uk/2009/11/07/windows-7-network-tweaks/</link>
		<comments>http://www.equk.co.uk/2009/11/07/windows-7-network-tweaks/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:24:03 +0000</pubDate>
		<dc:creator>equk</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[equk]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[latency]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.equk.co.uk/?p=183</guid>
		<description><![CDATA[I&#8217;ve just posted a new page with a few network tweaks for windows 7. A lot of them apply to windows server 2003/2008 aswell. Network Tweaks Disable Flow Control Enable congestion provider Compound TCP (CTCP) Set TCP Acknowledgment to 1 Disable Nagle Algorithm Here&#8217;s a link to the full Article]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-161" title="windows7_logo" src="http://www.equk.co.uk/wp-content/uploads/2009/11/windows7_logo.jpg" alt="windows7_logo" width="373" height="60" /><br />
I&#8217;ve just posted a new page with a few network tweaks for windows 7.<br />
A lot of them apply to windows server 2003/2008 aswell.<br />
<strong></strong></p>
<h3>Network Tweaks</h3>
<p><strong></strong><br />
<em><strong>Disable Flow Control</strong><br />
<strong>Enable congestion provider Compound TCP (CTCP)</strong><br />
<strong>Set TCP Acknowledgment to 1</strong><br />
<strong>Disable Nagle Algorithm</strong></em></p>
<p><strong><a href="http://www.equk.co.uk/windows-7-tweaks/">Here&#8217;s a link to the full Article</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.equk.co.uk/2009/11/07/windows-7-network-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Tweaks</title>
		<link>http://www.equk.co.uk/windows-7-tweaks/</link>
		<comments>http://www.equk.co.uk/windows-7-tweaks/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:14:42 +0000</pubDate>
		<dc:creator>equk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[equk]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[latency]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.equk.co.uk/?page_id=160</guid>
		<description><![CDATA[I&#8217;ve been running windows7 for a while now and thought it was about time I posted some tweaks. Network Tweaks Disable Flow Control This is a pretty basic tweak, really has been used for ages. Flow control allows a overloaded device to send a pause frame, this causes the device at the other end to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.equk.co.uk/wp-content/uploads/2009/11/windows7_logo.jpg" alt="windows7_logo" title="windows7_logo" width="373" height="60" class="alignnone size-full wp-image-161" /></p>
<p>I&#8217;ve been running windows7 for a while now and thought it was about time I posted some tweaks.</p>
<h3>Network Tweaks</h3>
<p><strong></strong><br />
<strong>Disable Flow Control</strong><a href="http://www.equk.co.uk/wp-content/uploads/2009/11/flow_control.JPG"><img src="http://www.equk.co.uk/wp-content/uploads/2009/11/flow_control-134x150.jpg" alt="flow_control" title="flow_control" width="134" height="150" class="alignright size-medium wp-image-162" /></a><br />
This is a pretty basic tweak, really has been used for ages.<br />
Flow control allows a overloaded device to send a pause frame, this causes the device at the other end to stop sending packets temporarily.<br />
The effect causes massive delays on large networks.</p>
<p>To disable flow control go into device manager and find your NIC, go onto properties and then you should see flow control on the Advanced tab, altho depending on the NIC and driver it could be in additional options.</p>
<p><strong>Enable congestion provider Compound TCP (CTCP)</strong><br />
This is a new congestion provider developed by Microsoft as an attempt to resolve conflicts in providing the correct RWIN size.<br />
*CTCP is enabled by default on Windows Server 2008<br />
Enabling CTCP can improve network latency as the network Receive Window is important and has been a cause for concern for many years as bandwidth of internet connections has improved.<br />
Enabling this is pretty easy on Windows7.</p>
<p>To enable CTCP you need to run a command prompt with admin privileges.<br />
Start > All Programs > Accessories > Rt Click Command Prompt > Run As Administrator<br />
In the command window type (or paste)<br />
<code>netsh interface tcp set global congestionprovider=ctcp</code></p>
<p><strong>Set TCP Acknowledgment to 1</strong><br />
This is a new tweak and is documented on Microsoft Support</p>
<p><code>Subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<Interface GUID><br />
Entry: TcpAckFrequency<br />
Value Type: REG_DWORD, number<br />
Valid Range: 0-255<br />
Default: 2<br />
Description: Specifies the number of ACKs that will be outstanding before the delayed ACK timer is ignored. Microsoft does not recommend changing the default value without careful study of the environment.</code></p>
<p>Setting this to 1 can improve network performance as every packet is acknowledged immediately because there is only one outstanding TCP ACK as a segment is just received.</p>
<p><strong>Disable Nagle Algorithm</strong><br />
This is similar to the flow control tweak as it disables network packet delays.<br />
Nagle algorithm tries to balance the data load of a packet by delaying the dispatching of packets.<br />
When this is disabled TCP buffering is skipped so that every request is sent immediately.<br />
<em>*you may want to look at the environment of your network before applying this tweak</em></p>
<p><strong><em>To change TCP Acknowledgment &#038; Disable Nagle Algorithm:</em></strong><br />
Run regedit<br />
Go to <code>"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces"</code><br />
Find the correct interface ID and select it<br />
Create 2 32-bit DWORD keys<br />
<code>TcpAckFrequency<br />
TCPNoDelay</code><br />
Set the value of both to 1<br />
<em>*note you will need to find the correct inferface ID before changing these values</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.equk.co.uk/windows-7-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About Me</title>
		<link>http://www.equk.co.uk/about-the-author/</link>
		<comments>http://www.equk.co.uk/about-the-author/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 15:11:47 +0000</pubDate>
		<dc:creator>equk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[equk]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.equk.co.uk/?page_id=6</guid>
		<description><![CDATA[  Name: Bradley Walden Country: UNITED KINGDOM Occupation: IT Technician Height: 6&#8217;4&#8243;   LANs:1998 &#8211; Quakeadelica (The Playing Fields London)Online Gaming History: 1995 &#8211; 1998 &#8211; Duke Nukem (Wireplay 0870 Dialup)1997 &#8211; 1998 &#8211; Quake/Quakeworld1997 &#8211; 2000 &#8211; Quake2 (Wireplay ISDN)(TDM/CTF &#8211; Mortal Retribution / EQ / ACE)(Freeze Tag/RA2 &#8211; EQ) 1999 &#8211; 2006 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p><a title="watch" href="http://www.youtube.com/watch?v=iy390mTBKBg"><img class="eqauthor" src="http://www.equk.co.uk/images/me85.png" alt="" width="85" height="85" /></a><br /> <strong> Name:</strong> Bradley Walden<br /> <strong>Country:</strong> UNITED KINGDOM<br /> <strong> Occupation:</strong> IT Technician<br /> <strong> </strong><strong>Height:</strong> 6&#8217;4&#8243;</p>
<p> </p>
<p><a href="http://www.equk.co.uk/files/equk_css.7z"></a></p>
<p><strong>LANs:</strong><br />1998 &#8211; Quakeadelica (The Playing Fields London)<br /><strong><br />Online Gaming History:</strong></p>
<p>1995 &#8211; 1998 &#8211; Duke Nukem (Wireplay 0870 Dialup)<br />1997 &#8211; 1998 &#8211; Quake/Quakeworld<br />1997 &#8211; 2000 &#8211; Quake2 (Wireplay ISDN)<br />(TDM/CTF &#8211; Mortal Retribution / EQ / ACE)<br />(Freeze Tag/RA2 &#8211; EQ)</p>
<p>1999 &#8211; 2006 &#8211; Quake3 (Online &#8211; Barrysworld / Jolt / Clanbase / etc)<br />(1999 &#8211; 2001 &#8211; Div1 TDM with Mortal Retribution)<br />(2000 &#8211; 2006 &#8211; RA3 2DIE4, rG, !., if*, xX. )<br />(2004 &#8211; 2006 &#8211; 3Wave STM, RSi, Team-4, Zls)</p>
<p>2000 &#8211; 2003 &#8211; UT (DM)<br />2003 &#8211; 2004 &#8211; UT2K3 (iCTF &#8211; cant remember clan)<br />2004 &#8211; 2006 &#8211; UT2K4 (DM)<br />2006 &#8211; Present &#8211; CS:S<br />(OC3D, Intel-CSS, Anxiety Gaming, PUB.Shotz, PUB.Absinthe, LETS DISCO!, Thundera, EnV, Ineens)</p>
<p><strong>Linux Systems:</strong> Gentoo, Ubuntu , RedHat, Suse, Archlinux<br /> <strong>Microsoft OSes:</strong> Windows Server 2003/2008, XP, Vista, 7<br /> <strong>Other OSes:</strong> Mac OS X, FreeBSD<br /> <strong>Languages:</strong> JavaScript, PHP, CSS, HTML, xHTML, RSS, XML<br /> <strong>Databases:</strong> MySQL<br /> <strong>Mail Servers/MTAs:</strong> Microsoft Exchange 2003/2007, Exim<br /> <strong>Proxy Servers: </strong> Microsoft Proxy, Squid<br /> <strong>Web Servers:</strong> Apache<br /> <strong>Remote Access:</strong> Netilla, OpenVPN, RDP<br /> <strong>Dedicated Systems:</strong> Smoothwall, PFSense, FreeNAS</p>
<p><strong>Interests:</strong> Computer Security, Overclocking, Gaming, Bowling</p>
]]></content:encoded>
			<wfw:commentRss>http://www.equk.co.uk/about-the-author/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
