- Quote:
- TcpAckFrequency
- This is what the ACK-freq program does in a nutshell, if you're knowledgeable enough to venture into your registry.
- (I've made a few edits to clarify for people who aren't very familiar with computers or are scared to mess with registry files.)
- I tracked this down in the forums as a fix for people that have high latency. I generally only have 90 - 150 ms or so latency,
- but I tried this and now Im running at around 50 ms. People with higher latency have reported improvements as well.
- Worst case scenario it doesnt do any harm to your computer and it might help.
- 1) Determine your IP (ipconfig or similar)
- Peavy edit: Start->All Programs->Accessories->Command Prompt, type in "ipconfig" and push enter.
- 2) Run Regedit
- Peavy: Start->Run, type "regedit", click ok
- 3) Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces
- Peavy: In this directory, there are going to be several folders with seemingly random letters and/or numbers as names.
- You're going to have the find the correct one to edit, which is done by doing the next step.
- 4) Determine which interface is for your IP. The correct interface will have a DhcpIPAddress set to your current IP.
- Peavy: this is displayed to the right after clicking one of the directories mentioned earlier, and should be the fifth or sixth entry down.
- 5) Right-click on the interface and select New->DWORD
- Peavy: right click anywhere in the area that has your IP displayed nexted to the DhcpIPAddress entry.
- 6) Set the name to TcpAckFrequency (case sensitive)
- Peavy: right click->rename.
- 7) Set to a decimal value of "1"
- Peavy: right click->modify, type "1" in the value field, select "decimal," and click OK.
- 8 ) Save
- Peavy: there's no save function, just close out of RegEdit.
- Quote:
- TCPNoDelay
- This one is pretty simple
- info here: Microsoft Corporation - http://technet2.microsoft.com/windowsse ... x?mfr=true
- Type "regedit" in windows "run.." dialog to bring up registry menu
- Then find:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSMQ\Parameters
- Right-click in the right hand pane and add a new DWORD value, name it TCPNoDelay, then right click the entry and click Modify and assign a value of 1 (decimal).
