Disable Delay ACK
Setting the Registry value TcpAckFrequency to 1
according to the technical information below will disable Delay ACK. This will
prevent the resend processing time from going to 5 frame/sec when a packet is
dropped. Using this method will not prevent packets from being dropped, but
even if they are dropped the resend processing delay will be improved, so that
time outs will not occur.
Subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<Interface
GUID>
Entry: TcpAckFrequency
Value Type: REG_DWORD, number
Valid
Range: 0-255
Default: 2