Comment 5 for bug 278801

Revision history for this message
Tim Gardner (timg-tpi) wrote :

While "cubic" may be the upstream default, its unlikely that it'll change from "reno " this close to release. Instead, you can change it at runtime, e.g.,

sudo su -
modprobe tcp_cubic
echo > cubic /proc/sys/net/ipv4/tcp_congestion_control
exit