]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-pt: Add fast-forwarding support
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:32:47 +0000 (15:32 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commitec22d3102d44a2ead71321584a65ed6d3f029e8a
treef73b8a63ecceab5af285f894b1f6eb0c93a4e520
parent169df3b3a8e88449cc939650868e9e219dd611cb
MEDIUM: mux-pt: Add fast-forwarding support

The PT multiplexer now implements callbacks function to produce and consume
fast-forwarded data. Only splicing is support because the mux-pt does not
use its own buffers.
src/mux_pt.c