]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stconn: Use a dedicated function to get the opposite sedesc
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 08:24:06 +0000 (10:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commit51ebf644e5b07b35c190047c38d803f0a7ff56f8
tree6f242eee2954e6b6d426fda5dcda8ab40634017d
parent4b8098bf4831c0dfca4a058bd3170a5ed7ae8bbf
MINOR: stconn: Use a dedicated function to get the opposite sedesc

se_opposite() function is added to let an endpoint retrieve the opposite
endpoint descriptor. Muxes supportng the zero-copy forwarding can now use
it. The se_shutdown() function too. This will be use by the SPOP multiplexer
to be able to retrieve the SPOE agent configuration attached to the applet
on client side.

The related issue is #2502.
include/haproxy/stconn.h
src/applet.c
src/mux_h1.c
src/mux_pt.c
src/stconn.c