Distinct Advantage

Gaming with an edge
It is currently Wed Sep 08, 2010 5:29 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Windows Gaming Latency Fix
PostPosted: Thu Jan 07, 2010 6:32 pm 
Offline
Site Admin
User avatar

Joined: Tue Jun 07, 2005 12:16 pm
Posts: 792
These registry value edits apply to all versions of Windows 32bit or 64bit. If you are reluctant then I suggest creating a backup.
The values circumvent Nagle’s algorithm, also commonly known as TCP no delay.

1. From a command prompt (usually in All Programs -> Accessories -> Command Prompt) run “regedit”
2. Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces
3. Browse the items under interfaces until you find one that has an IPAddress entry matching the network interface you want to affect (typically LAN IP addresses start with 192.168 or 10.0); note that if your IP address is automatically assigned by a DHCP server you may need to look for a matching DhcpIPAddress instead of IPAddress
4. Right-click on the interface and select New > DWORD (32-bit) Value, name it “TcpAckFrequency”
5. Right-click the new TcpAckFrequency value and select Modify, enter “1″ (Hexadecimal radio button should be selected)
6. Right-click on the interface and select New > DWORD (32-bit) Value, name it “TCPNoDelay” (note that TCP is all uppercase this time – that’s intentional)
7. Right-click the new TCPNoDelay value and select Modify, enter “1″ (Hexadecimal radio button should be selected)
8. Verify that both TcpAckFrequency and TCPNoDelay now show up in the adapter’s property list with types REG_DWORD and values 0×00000001
9. Exit regedit and reboot (reboot is necessary for the changes to take effect!)

Enjoy.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group