]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-spop: Introduce the SPOP multiplexer
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Jul 2024 09:37:23 +0000 (11:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:04 +0000 (15:27 +0200)
commit7e1bb7283b2663808e5c5872c19cfe9e7970530d
treea6592b74b29044c2a3c11458fa463026333759af
parentd0d23a7a662225790006b1a310344e02164f36b0
MEDIUM: mux-spop: Introduce the SPOP multiplexer

It is no possible yet to use it. Idles connections and pipelining mode are
not supported for now. But it should be possible to open a SPOP connection,
perform the HELLO handshake, send a NOTIFY frame based on data produced by
the client side and receive the corresponding ACK frame to transfer its
content to the client side.

The related issue is #2502.
Makefile
dev/flags/flags.c
include/haproxy/mux_spop-t.h [new file with mode: 0644]
include/haproxy/spoe.h
include/haproxy/stconn-t.h
src/flt_spoe.c
src/mux_spop.c [new file with mode: 0644]