Skip to the content.

TCP Slow Start (慢启动)

Since Linux 2.6.18.

Slow start is part of the congestion control strategy used by TCP in conjunction with other algorithms to avoid sending more data than the network is capable of forwarding, that is, to avoid causing network congestion.

Disable it:

sysctl -w net.ipv4.tcp_slow_start_after_idle=0

References