]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Stop hardcoding a scale shifting value (CUBIC_BETA_SCALE_FACTOR_SHIFT)
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 25 Jan 2024 06:55:33 +0000 (07:55 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Thu, 25 Jan 2024 07:02:41 +0000 (08:02 +0100)
commit96385f40b508a395fcd802a9dff13e968c12433d
tree80336870fd362243e2442b7fca4edb3fe315f52a
parent574cf3fe0050a1ef36e1cca4af59a95316d67053
MINOR: quic: Stop hardcoding a scale shifting value (CUBIC_BETA_SCALE_FACTOR_SHIFT)

Very minor modification to replace a statement with an hardcoded value by a macro.

Should be backported as far as 2.6 to ease any further modification to come.
src/quic_cc_cubic.c