Quote:
[Only registered and activated users can see links. Click Here To Register...]Disabling Nagle Algorithm
In a nutshell it was designed for older dial-up modems to prevent online games and other things sending numbers of small packets from hogging up your bandwidth sending 'ACK packets'.
What this does is automatically delay your computer from responding to a single packet by 200ms, which allows your computer to respond to multiple packets at once using less bandwidth; what this does, is add up to 200ms to your lag.
More information about [Only registered and activated users can see links. Click Here To Register...]
We can drastically decrease your lag by disabling the 'Nagle Algorithm' with a simple registry change as follows:
[Only registered and activated users can see links. Click Here To Register...]
WinXP/WinV/Win7 32bit/64bit
For all MS Windows OS
- Run regedit
Access this by pressing the Windows Key+R together or Start/Run, type the word regedit- Browse to:
HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\Tcpip\Parameter s\Interfaces\- In this drop down you will have 1 or more folders with a bunch of numbers and letters; each of those represents a network adapter in your PC.
Choose your adapter if you know how to identify it.
Add the following line to all of the folders if you are unsure.[Only registered and activated users can see links. Click Here To Register...]- Add a DWORD named TcpAckFrequency (This is Case Sensitive)
- Set the Value of the DWORD to 1
- Add a DWORD named TCPNoDelay (This is Case Sensitive)
- Set the Value of the DWORD to 1
- Reboot your PC!
After this, the Nagle Algorithm will be disabled.
Congratulations!
Now to test if this has made a difference for you, log into 9DVN or any other game you experience lag in, and throw a few buffs or nukes, you should see and feel a huge difference.
Other methods of Lag Reduction to followQuote:
Automated Scripts
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...][Only registered and activated users can see links. Click Here To Register...]
LLF removes the acknowledgment bundling process so that an acknowledgment is sent immediately for every segment that's received. This produces a significant reduction in latency as there is no longer a delay before new data is sent to your computer.
[Only registered and activated users can see links. Click Here To Register...]