Originally Posted by Topus
I think you may have been confused by MTU and MSS.
Maximum Transmission Unit (MTU) is the largest data packet size that is being transmitted and accepted in the internet.
For Cable and PPPoA system, MTU is 1500. For DSL PPPoE there are two common values used - 1492 and 1480.
Maximum Segment Size (MSS) = MTU - 40. These 40 bytes
are for the header information of each data packet. MSS carries only pure data without the header information.
You can try the 2 custom settings given to you at this thread:
http://forums.speedguide.net/showthread.php?t=206800
These 2 custom settings have only a difference. This is the TCP Receive Window - 63360 or 126720.
TCP Receive Window (RWIN) is calculated from this formula:
RWIN = Bandwidth x latency x (variation factor) / 8
Bandwidth is your ISP subscribed download speed.
Latency (or Round Trip Time, RTT) is the time taken for your signal to reach a server and then return back to you. I usually use an average latency. This average can be found by doing tracerts at different time of the day.
Variation factor is to compensate for varying internet traffic conditions. I usually use 1.5 but some other people may use 2 if traffic conditions can vary much.
Divide by 8 is to convert bandwidth (kbps) to KiloBytes (KB).
RWIN should be an even multiple of MSS. So,
RWIN = 63360 = MSS x 44 = 1440 x 44
RWIN = 126720 = MSS x 88 = 1440 x 88 Both 44 and 88 are even numbers.
When RWIN is higher than 65535, you need to check the Window Scaling in TCP Optimizer. If 65535 or less, you will leave Window Scaling uncheck.
Bookmarks