Post by OutBlast on Mar 4, 2016 0:49:55 GMT
by kisel » 18.07.2012, 15:31
ROUTER and OTHER settings
1. open ports
2. set your computer/crashday.exe to high priority
3. update windows
4. update network/chipset drivers
5. don't use wireless
- if you do, use the program provided with your wifi card and not windows wireless zero configuration (causes major teleports every 10-30 seconds) the wireless zero config service has to be disabled or you can use some tool for doing that (WLAN optimizer worked fine for me)
6. if you use wireless set the signal strenght to maximum in router
7. close everyrthing that uses internet even if doesnt cause any traffic (including other computers)
REGEDIT
From a command prompt (usually in All Programs -> Accessories -> Command Prompt) run “regedit”
Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces
Browse the items under interfaces until you find one that has an IPAddress entry matching the network interface you want to affect (typically LAN IP addresses start with 192.168 or 10.0); note that if your IP address is automatically assigned by a DHCP server you may need to look for a matching DhcpIPAddress instead of IPAddress
Right-click on the interface and select New > DWORD (32-bit) Value, name it “TcpAckFrequency”
Right-click the new TcpAckFrequency value and select Modify, enter “1? (Hexadecimal radio button should be selected)
Right-click on the interface and select New > DWORD (32-bit) Value, name it “TCPNoDelay” (note that TCP is all uppercase this time – that’s intentional)
Right-click the new TCPNoDelay value and select Modify, enter “1? (Hexadecimal radio button should be selected)
Verify that both TcpAckFrequency and TCPNoDelay now show up in the adapter’s property list with types REG_DWORD and values 0×00000001
Exit regedit and reboot (reboot is necessary for the changes to take effect!)
theres a lot on the internet what people try to do, this is what done fine for me. (and another registry key that ill post later)
1. open ports
2. set your computer/crashday.exe to high priority
3. update windows
4. update network/chipset drivers
5. don't use wireless
- if you do, use the program provided with your wifi card and not windows wireless zero configuration (causes major teleports every 10-30 seconds) the wireless zero config service has to be disabled or you can use some tool for doing that (WLAN optimizer worked fine for me)
6. if you use wireless set the signal strenght to maximum in router
7. close everyrthing that uses internet even if doesnt cause any traffic (including other computers)
REGEDIT
From a command prompt (usually in All Programs -> Accessories -> Command Prompt) run “regedit”
Browse to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces
Browse the items under interfaces until you find one that has an IPAddress entry matching the network interface you want to affect (typically LAN IP addresses start with 192.168 or 10.0); note that if your IP address is automatically assigned by a DHCP server you may need to look for a matching DhcpIPAddress instead of IPAddress
Right-click on the interface and select New > DWORD (32-bit) Value, name it “TcpAckFrequency”
Right-click the new TcpAckFrequency value and select Modify, enter “1? (Hexadecimal radio button should be selected)
Right-click on the interface and select New > DWORD (32-bit) Value, name it “TCPNoDelay” (note that TCP is all uppercase this time – that’s intentional)
Right-click the new TCPNoDelay value and select Modify, enter “1? (Hexadecimal radio button should be selected)
Verify that both TcpAckFrequency and TCPNoDelay now show up in the adapter’s property list with types REG_DWORD and values 0×00000001
Exit regedit and reboot (reboot is necessary for the changes to take effect!)
theres a lot on the internet what people try to do, this is what done fine for me. (and another registry key that ill post later)