We know that TCP/IP is packet based, each time a packet is sent, it must be acknowledged via an acknowledgment packet. This slows down the system. To keep the sender from having to wait for every packet to be acknowledged before sending another one, you can increase the window size (TcpWindowSize) value on the receiver end. Then, the sender can send packets until that value is reached before the receiver needs to send an acknowledgment. To tweak the TCP/IP parameters to increase the
window size, you need to manually update the registry:
- Start regedit.exe.
- Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters.
- From the Edit menu, select New, DWORD value.
- Enter a name of TcpWindowSize, and press Enter.
- Double-click the new value, change the Base value to decimal, and enter a value of 32767. Click OK.
- Close regedit.
- Reboot the machine.
If you’re interested in a great site that helps you test your DSL connection speed and configuration, check out http://www.dslreports.com.
Comments
1 comments to "Increase connection speed of ntc ADSL line"
October 18, 2015 at 8:28 AM
what name should be given for TcpWindowSize ? (step-4)
Post a Comment
Feel free to comment