coRtALoS
-=[ Retired BF Admin ]=-
- Joined
- Sep 17, 2002
- Messages
- 4,278
- Reaction score
- 2
- Location
- Massachusetts
- Website
- www.BattleForums.com
Haven't tried this yet, but sort of posting this for my own benefit, as well as others that may not have heard of this:
Reduce game network latency in Windows 7 or Vista Life & Code
Reduce game network latency in Windows 7 or Vista Life & Code
From a command prompt (usually in All Programs -> Accessories -> Command Prompt) run “regeditâ€; or "Windows Key"+"R" and type "regedit" -> hit enter
Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces
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
Right-click on the interface and select New > DWORD (32-bit) Value, name it “TcpAckFrequencyâ€
Right-click the new TcpAckFrequency value and select Modify, enter “1″ (Hexadecimal radio button should be selected)
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)
Right-click the new TCPNoDelay value and select Modify, enter “1″ (Hexadecimal radio button should be selected)
Verify that both TcpAckFrequency and TCPNoDelay now show up in the adapter’s property list with types REG_DWORD and values 0×00000001
Exit regedit and reboot (reboot is necessary for the changes to take effect!)
Play a game and enjoy your new low ping