Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: quic: Update K CUBIC calculation (RFC 9438)
The new formula for K CUBIC which arrives with RFC 9438 is as follows: K = cubic_root((W_max - cwnd_epoch) / C) Note that W_max is c->last_w_max, and cwnd_epoch is c->cwnd when entering quic_cubic_update() just after a congestion event. Must be backported as far as 2.6.
- Loading branch information