About high-speed TCP
The high-speed TCP (HS-TCP) congestion control option accelerates for high-bandwidth links, also known as long fat networks (LFN), where WAN pipes are large but latency is high. HS-TCP is activated for all connections that have a bandwidth delay product (BDP) larger than 100 packets.
Calculate the BDP WAN buffer size by using this formula:
buffer size in bytes = 2 * bandwidth (in bits per sec) * delay (in sec) / 8 (bits per byte)
If the calculated number is greater than the default (256 KB), enable HS-TCP with the correct buffer size. For a link of 155 Mbps and 100 ms round-trip delay:
• Bandwidth = 155 Mbps = 155000000 bps
• Delay = 100 ms = 0.1 sec
• BDP = 155 000 000 * 0.1 / 8 = 1937500 bytes
• Buffer size in bytes = 2 * BDP = 2 * 1937500 = 3 875 000 bytes.
To configure high-speed TCP, enable the high speed congestion control algorithm, increase the WAN and LAN buffers, and then enable in-path support.