]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stconn: Add mux-to-mux fast-forward support
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 3 Aug 2023 15:51:58 +0000 (17:51 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Oct 2023 16:51:13 +0000 (18:51 +0200)
commit799518e63f5caaabad68c4187aa9a16caa78b5ce
treeed35de72390d06fdad36c37888429fad41be7f16
parent7ffb7624fe30d3c9bdb1ebcb336d13a1a563d53a
MEDIUM: stconn: Add mux-to-mux fast-forward support

Now the kernel splicing support was removed, we can add mux-to-mux
fast-forward support. Of course, the splicing support will be reintroduced
in the muxes themselves but this will be transparent.

Changes are mainly located into sc_conn_recv() and sc_conn_send().
src/stconn.c