|
net.ipv4.tcp_congestion_control=westwood |
net.ipv4.tcp_congestion_control=westwood
Curious about the reasoning here — is there a benchmark behind this choice?
Westwood feels outdated to me: it was designed for lossy wireless links, and on the wired DC/bare-metal hosts validators run on
it offers no real advantage. Mainstream today is CUBIC (the kernel default), or BBR for high-RTT/lossy paths.
Is westwood a deliberate, tested choice, or carried over from older tuning guides? Thanks!
slv/template/2026.5.1.1510/ansible/cmn/optimize_system.yml
Line 14 in 086e249
net.ipv4.tcp_congestion_control=westwoodCurious about the reasoning here — is there a benchmark behind this choice?
Westwood feels outdated to me: it was designed for lossy wireless links, and on the wired DC/bare-metal hosts validators run on
it offers no real advantage. Mainstream today is CUBIC (the kernel default), or BBR for high-RTT/lossy paths.
Is westwood a deliberate, tested choice, or carried over from older tuning guides? Thanks!