You are on page 1of 2

Para ver que efectivamente esta activado escriben esta linea en el simbolo de sis tema: netsh interface tcp

show global Con eso les debe de salir lo siguiente: Code: Querying active state TCP Global Parameters Receive-Side Scaling State : enabled Chimney Offload State : enabled Receive Window Auto-Tuning Level : normal Add-On Congestion Control Provider : none ECN Capability : disabled RFC 1323 Timestamps : disabled

PASO 2: 2.- Para desactivarlo, escribe la siguiente linea: netsh interface tcp set global autotuning=disabled PASO 3: 3.- ???????? PASO 4: 4.- Profit (para volverlo activar porque son paranoicos y piensan que esto les desmadro su computadora y piensan que los 20 gigas de porno gay que bajaron no afecto en na da, usen la siguiente linea: netsh interface tcp set global autotuning=normal con esto deberia quedar como estaba antes).

After installing Windows 7 I noticed a slight increase in network latency in sev eral online games. It wasnt a big deal Im talking 200-300ms, but this is on a conn ection that was reliably < 100ms in the past. Beyond the obvious settings in Win dows or on your router, heres a list of tweaks that may help quite a bit. It invo lves disabling Nagles algorithm, also commonly known as TCP no delay, which is ba sically an optimization of network traffic that tries to reduce overall packet v olume 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 s ystems as well. From a command prompt (usually in All Programs -> Accessories -> Command Prompt) run regedit 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 s

tart with 192.168 or 10.0); note that if your IP address is automatically assign ed 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 TcpAc kFrequency 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 TCPNo Delay (note that TCP is all uppercase this time thats 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 adapters prope rty list with types REG_DWORD and values 000000001 Exit regedit and reboot (reboot is necessary for the changes to take effect!) Play a game and enjoy your new low ping

You might also like