commit | 6f9ea4f87bad6d57e5f7cd4ffcee8cba3cb89bb9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jan 24 16:13:48 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 02 16:00:32 2018 +0100 |
tree | 76902302c3d79eb5cdd0282af72253fd18822ebc | |
parent | fce747bbaa571dc8aaedd37cb1f34fed3183013e [diff] |
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.