well i was searching for guides how to reduce lags in mmorpg...or any
games since i had lags in sunworld2. and now after what i did i got no
lags ..working like a Charm.
so i found way how to reduce the lags ingame, that working for me atleast.
*Working on windows xp SP 2+! (about vista,wind7 i didnt tried) so i don't know.
Quote:
Basically, this fix is deactivating the Nagle algorithm to improve your ping.
now you will edit the registry TcpAckFrequency & TCPNoDelay.
1) Run > regedit
2) Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces
3)go to the folder which looks like
{7DBA6DCA-FFE8-4002-A28F-D2B57AE8383} one of them, in this folder have
you're all IP's ...etc
4) Right-click on the interface and select New->DWORD
5) Set the name to TcpAckFrequency (case sensitive)
6) Set to a decimal value of "1"
7) now Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Paramet
ers
8)Right-click in the right hand pane and add a new DWORD value, name it
TCPNoDelay, then right click the entry and click Modify and assign a
value of "1".
9)Click Ok and close the registry editor, then reboot your PC to take effect.
===============================================================================
For vista/win7
Quote:
so do this for windows 7 and vista:
1 run "regedit”
2 Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\servic es\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
well..i made all this things, i hope to see some results...hope this things are working...i'm very curious too see if something works better, thanks for this tips...