commit | 1c9c2f6c02ed22119677121ffb6de8d3857e8010 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jun 01 15:06:58 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 29 17:32:05 2022 +0200 |
tree | dcfb6f200896d9fccfaf3bf1969c03a6983a9ced | |
parent | c591459d11712fd0c7aab27f3da5fc5fe41e7aff [diff] |
MEDIUM: quic: Cubic congestion control algorithm implementation Cubic is the congestion control algorithm used by default by the Linux kernel since 2.6.15 version. This algorithm is supposed to achieve good scalability and fairness between flows using the same network path, it should also be used by QUIC by default. This patch implements this algorithm and select it as default algorithm for the congestion control. Must be backported to 2.6.