TCP
TCP Congestion Control
Default is likely cubic if you're using Linux.
sysctl net.ipv4.tcp_congestion_control
Load tcp_htcp and activate it with htcp.
modprobe tcp_htcp
sysctl -w net.ipv4.tcp_congestion_control=htcp
Default is likely cubic if you're using Linux.
sysctl net.ipv4.tcp_congestion_control
Load tcp_htcp and activate it with htcp.
modprobe tcp_htcp
sysctl -w net.ipv4.tcp_congestion_control=htcp