This is an archive of the mabination.com forums which were active from 2010 to 2018. You can not register, post or otherwise interact with the site other than browsing the content for historical purposes. The content is provided as-is, from the moment of the last backup taken of the database in 2019. Image and video embeds are disabled on purpose and represented textually since most of those links are dead.
To view other archive projects go to
https://archives.mabination.com
-
Ghost wrote on 2010-10-22 19:54
I know theres another thread that talks about this but I didn't really get it ( ... >.>)
Is setting that registry key to disable it from "1" back to "0" to enable?
-
Zid wrote on 2010-10-23 01:20
Should be. TcpAckFrequency = 0 is to re-enable Nagle Algorithm, I think.
-
Ghost wrote on 2010-10-23 19:35
Thanks, I guess I'll try that.
-
Ampersand wrote on 2010-10-23 19:45
Best way is to delete the registry value entirely. Otherwise, the default value is 2, I believe.
-
Arty wrote on 2010-10-24 11:35
Quote from Ampersand;192001:
Best way is to delete the registry value entirely. Otherwise, the default value is 2, I believe.
The default value is 0.
-
Ampersand wrote on 2010-10-24 13:50
The default value for TCPAckFrequency is 2.
New registry entry for controlling the TCP Acknowledgment (ACK) behavior in Windows XP and in Windows Server 2003
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
-
Arty wrote on 2010-10-26 13:53
-
Osayidan wrote on 2010-10-27 00:29
Delete and restart, windows will treat it as default value if it isn't there.