haproxy/include
Christopher Faulet 6f9ea4f87b MINOR: spoe: Replace sending_rate by a frequency counter
sending_rate was a counter used to evaluate the SPOE capacity to process
frames. Because it was not really accurrate, it has been replaced by a frequency
counter representing the number of frames handled by the SPOE per second. We
just check this counter is higher than the number of streams waiting for a
reply. If not, a new applet is created.
2018-02-02 16:00:32 +01:00
..
common BUG/MINOR: threads: Update labels array because of changes in lock_label enum 2018-01-30 14:35:24 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: fd: pass the iocb and owner to fd_insert() 2018-01-29 16:07:25 +01:00
types MINOR: spoe: Replace sending_rate by a frequency counter 2018-02-02 16:00:32 +01:00