]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: flt-trace: Add an option to limit the amount of data forwarded
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 16 Feb 2026 10:42:36 +0000 (11:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 18 Feb 2026 08:44:15 +0000 (09:44 +0100)
commit829002d459df09268c508078de8b7b51f4df8075
tree64fd5f8b916302dd56640d323566c1f5acaadb14
parent92307b5fec40007b648d168fb08adc7fffe1ab44
MINOR: flt-trace: Add an option to limit the amount of data forwarded

"max-fwd <max>" option can now be used to limit the maximum amount of data
forwarded at a time by the filter. It could be handy to make tests.
doc/configuration.txt
src/flt_trace.c