]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes: Add a callback function to send commands to mux streams
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Nov 2023 13:53:58 +0000 (14:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Nov 2023 10:11:12 +0000 (11:11 +0100)
commit0f15dcd9a7c1be4615f1d0f635853765544e3727
treeacf33a5b18a8bb95a429fdf226871432bd33cae1
parentd982a37e4c63f6e692e39608e4b4d4eaaba3b9f0
MINOR: muxes: Add a callback function to send commands to mux streams

Just like the ->ctl() callback function, used to send commands to mux
connections, the ->sctl() callback function can now be used to send commands
to mux streams. The first command, MUX_SCTL_SID, is a way to request the mux
stream ID.

It will be implemented later for each mux.
include/haproxy/connection-t.h