Swing lag for win 7 64 bit

Hello all,

I’ve been having problems with swing lag with every morph except CDK. That’s probably because it’s so fast I don’t see it. I tried using Pyroamos’ swing lag fix (TcpAckFrequency = 1), but it didn’t work. Are there any other solutions to this?

Thanks,
Ash

Hello.
You can try TCPNoDelay = 1 at

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip
Parameters\Interfaces
and
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters

Note about TCPNoDelay:
Disables nagling. Nagling is a TCP feature that combines several
small packets into a single, larger packet for more efficient
transmission.
By default, Message Queuing (also known as MSMQ) enables
nagling on the TCP sockets it uses. This improves overall performance,
but it might briefly delay transmission of smaller packets. If the delay
is undesirable or unacceptable, then you can add this entry to the
registry to disable nagling.

Works for me.