]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: peers: Update the peer applet to use its own buffers
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 22 Jul 2025 17:01:10 +0000 (19:01 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Jul 2025 10:13:42 +0000 (12:13 +0200)
commita2cb0033bda4ef41f45fba18760c8cc8ab42b7d5
tree13e85007b72a6424467858c1ab8fbf7ff2f828d7
parent576361c23ebc9ea59d718a646e3efe6900c5417f
MEDIUM: peers: Update the peer applet to use its own buffers

Thanks to this patch, the peer applet is now using its own buffers. .rcv_buf
and .snd_buf callback functions are now defined to use the default raw
functions. The applet API is now used and any dependencies on the
stream-connectors and the channels were removed.
src/peers.c
src/sink.c