Small and easy trick how to improve your ping in WoW
(acctualy there are two)
DECRASE OF LATENCY BY 80-160ms
Ok, rdy? lets start.
The fix which we are going to perform only requires you to change two things in the windows registry, allowing your ping in Wow to drop by 80-175MS, and it only takes slight moment to apply.
This improvement is quite know around ppl who works with IT and networks, but at first I must say I was a little sceptical about this actually working, but after I tried it myself, I had to give it full A+ and it actually lowered my 160 ping on the Dragonmaw EU realm to about 40-50.
Lets start with the process:
Start>RUN>regedit>ENTER

( yeah, u have the same window as me

)
1st Step - TcpAckFrequency:
In the regedit window ( called "Registry Editor") find (EDIT>FIND):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic
es\Tcpip\Parameters\Interfaces\
There will be multiple NIC interfaces listed in there, find the one you use to connect to the internet, there will be several interfaces listed (they have long names like (6DBA9DEN-7AOE-4C03-B60F-ADB1777C41D4). Click each one of them, the right one will have lots of settings in it and you will see your machines IP address listed there somewhere. Right-click in the right hand pane and add a new DWORD value, name it TcpAckFrequency, then right click the entry and click Modify and assign a value of 1.
You can change it back to 2 (default) at a later stage if it affects your other TCP application performance. it tells windows how many TCP packets to wait before sending ACK. if the value is 1, windows will send ACK every time it receives a TCP package.
2nd Step - TCPNoDelay:
This is also pretty simple,
go find:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Paramet
ers
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.
Click Ok and close the registry editor, then reboot your PC.
Some of u might be aware of this cool feature, but for those who are not well... ENJOY :wave:
*NOTEif you are running Windows Vista this setting may not have any effect - a hotfix is needed. This works fine under Windows XP/sp1/sp2