Reduce latency for gaming - Windows 10 &

When you are playing in a network (locally or on the Internet), latency is very important. It corresponds to the response time between the moment you press a button or move the mouse and when the desired action is executed in the game. By default, Windows gathers the small packets into one before sending them (algorithm Of Nagle). By disabling this feature, small packets will be transferred immediately, without delay, reducing your latency. Caution, this may slow down your file transfers. So apply it when you want to play networking and remove it for your downloads.
1-In the search field, enter the regedit command.



2-Right-click the regedit command and choose Run as Administrator.



3-Pull the HKEY_LOCAL_MACHINE, SYSTEM, CurrentControlSet, Services, Tcpip, Parameters, Interfaces key.



4-Then open the {NIC} key where NIC is the identifier of your network card. To find the right key, open them all: this is where your local IP address is specified (if you do not know it, use the ipconfig command)


5-Click the Edit menu, click New, and then click 32-bit DWORD Value (even if you have a 64-bit system).



6-Name the new TcpAckFrequency value and double-click it.



7-Enter 1 in the Value data field and confirm with OK. (Enter 0 to retrieve the original behavior).




8-Click the Edit menu, click New, and then click 32-bit DWORD Value even if you have a 64-bit system.



9-Name the new TCPNoDelay value and double-click it



10-Enter 1 in the Value data field and confirm with OK (Enter 0 to return to the original behavior).


11-Next, unpack the HKEY_LOCAL_MACHINE, SOFTWARE, Microsoft, MSMQ key.



12-Click the Edit menu, click New, and then click Key.



13-Name the new Parameters key.



14-Click the Edit menu, click New, and then click 32-bit DWORD Value.

$

15-Name the new TCPNoDelay value and double-click it.



16-Enter 1 in the Value data field and confirm with OK. (Enter 0 to retrieve the original behavior).



17-Finally, close the registry editor and restart your computer to apply the changes. To reactivate the Nagle algorithm, set the created values to 0.

Commentaires