]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: glitches: add global setting "tune.glitches.kill.cpu-usage"
authorWilly Tarreau <w@1wt.eu>
Wed, 21 May 2025 13:42:40 +0000 (15:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 May 2025 13:47:42 +0000 (15:47 +0200)
commita1577a89a04276e714cf2bb09364137c5607026b
tree649dff052b871dc9c5ff47a8deec69f581b91869
parenteee57b4d3f34bc304727f77df750b467305dd2f3
MINOR: glitches: add global setting "tune.glitches.kill.cpu-usage"

It was mentioned during the development of glitches that it would be
nice to support not killing misbehaving connections below a certain
CPU usage so that poor implementations that routinely misbehave without
impact are not killed. This is now possible by setting a CPU usage
threshold under which we don't kill them via this parameter. It defaults
to zero so that we continue to kill them by default.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/haproxy.c
src/mux_h2.c
src/mux_quic.c