haproxy/include
Willy Tarreau a7a31b2602 MEDIUM: freq_ctr: make read_freq_ctr_period() use freq_ctr_total()
This one is the easiest to implement, it just requires a call and a
divide of the result. Anti-flapping correction for low-rates was
preserved.

Now calls using a constant period will be able to use a reciprocal
multiply for the period instead of a divide.
2021-04-11 11:11:03 +02:00
..
haproxy MEDIUM: freq_ctr: make read_freq_ctr_period() use freq_ctr_total() 2021-04-11 11:11:03 +02:00
import CLEANUP: ist: Remove unused count argument from ist2str* 2021-04-08 19:40:59 +02:00