]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: define mask CO_FL_WAIT_XPRT_L6
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 29 Apr 2026 13:08:45 +0000 (15:08 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 21 May 2026 13:09:10 +0000 (15:09 +0200)
commit8fe8f784739bf9d117d2e31ccc0e0e46bd424cb0
tree2b47311e3ad484abc221437620be6cdbcb01ed9d
parentcdeb2aa4ef9a906a9a0dbb313548bb30ca7cc383
MINOR: connection: define mask CO_FL_WAIT_XPRT_L6

Define a new connection flag mask CO_FL_WAIT_XPRT_L6. This will be used
to indicate that a XPRT layer is running on top of layer 6. For now,
only xprt_qmux implements this method of operation.
include/haproxy/connection-t.h
src/connection.c
src/xprt_qmux.c