Hi there,
According to this topic 
viewtopic.php?f=21&t=16368so i decided to share sumthing about how to reduce ur latency.
Here�s a list of tweaks that may help quite a bit. It involves disabling Nagle�s algorithm, also commonly known as TCP no delay, which is basically an optimization of network traffic that tries to reduce overall packet volume but can cause extra latency in the connection. This should work on 
Windows 7 or 
Vista, though the same principle can probably applied to other operating systems as well.Lets start..
*I suggest before do the tweak, test your ping by following this :
Open Command Prompt (usually in All Programs -> Accessories -> Command Prompt) run 
cmdWhen Command Prompt pop-up type 
ping login.maxko.org.There will appearing your average ping..
1 ) From a Command Prompt (usually in 
All Programs -> Accessories -> Command Prompt) type �
regedit�
2 ) Browse to 
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces3 ) 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.Example : 
http://imageshack.us/photo/my-images/200/latency.png/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" Note : 
Hexadecimal radio button should be selected (
1=
Enable)
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" Note : 
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�000000019 ) 
Exit regedit and 
reboot(reboot is necessary for the changes to take effect!).Last step repeate this step 
* to see your new ping.
10 ) Play a game and enjoy your new 
low ping