]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux-spop/spoe: Save negociated max-frame-size value in the mux
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 9 Jul 2024 17:20:16 +0000 (19:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commit62d3a96301a85b93e94c257d382ce75519e37312
treed475e8d5d09f64714acfa41fae950862687d9c3d
parentba64bc3f20fc767cb7a1d922859e5b1addde0edb
MEDIUM: mux-spop/spoe: Save negociated max-frame-size value in the mux

The SPOE applet is just a pass-through now. It is no longer reponsible to
check the frame size. On the other hand, the SPOP multiplexer negociate the
maximum frame size with the agent. So, it seems logical to store this
negociated value in the mux and no longer in the applet context.

The related issue is #2502.
src/flt_spoe.c
src/mux_spop.c