mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 06:11:32 +01:00
CLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SHIFT macro.
This macro is not used and has a confusing name. Should be backported as far as 2.6.
This commit is contained in:
parent
b9a163e7e1
commit
574cf3fe00
@ -15,7 +15,6 @@
|
||||
#define CUBIC_BETA 717 /* CUBIC_BETA / CUBIC_BETA_SCALE = 0.7 */
|
||||
#define CUBIC_C 410 /* CUBIC_C / CUBIC_BETA_SCALE = 0.4 */
|
||||
|
||||
#define CUBIC_BETA_SCALE_FACTOR_SHIFT (3 * CUBIC_BETA_SCALE_SHIFT)
|
||||
#define TIME_SCALE_FACTOR_SHIFT 10
|
||||
|
||||
/* The maximum value which may be cubed an multiplied by CUBIC_BETA */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user