commit | c591459d11712fd0c7aab27f3da5fc5fe41e7aff | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue May 31 09:40:44 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 29 17:32:05 2022 +0200 |
tree | d275720eb48646c003c75b552aa731c0e714550d | |
parent | 72a78e8290a1f34c08225f63e7233d211195387f [diff] |
MINOR: quic: Congestion control architecture refactoring Ease the integration of new congestion control algorithm to come. Move the congestion controller state to a private array of uint32_t to stop using a union. We do not want to continue using such long paths cc->algo_state.<algo>.<var> to modify the internal state variable for each algorithm. Must be backported to 2.6