]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: define QUIC_FL_CONN_IS_BACK flag
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 5 Aug 2025 08:18:42 +0000 (10:18 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 7 Aug 2025 14:59:59 +0000 (16:59 +0200)
commitcae828cbf5116e5b4a603bcc2522fcdd1db207d3
treeb23df8eff3e965cd51636ae7967e58d1bddf552c
parente064e5d46171d32097a84b8f84ccc510a5c211db
MINOR: quic: define QUIC_FL_CONN_IS_BACK flag

Define a new quic_conn flag assign if the connection is used on the
backend side. This is similar to other haproxy components such as struct
connection and muxes element.

This flag is positionned via qc_new_conn(). Also update quic traces to
mark proxy side as 'F' or 'B' suffix.
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
src/quic_conn.c
src/quic_trace.c