]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: split startup check function
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 5 Dec 2024 14:35:36 +0000 (15:35 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 6 Dec 2024 17:34:09 +0000 (18:34 +0100)
commitcab2cc15c1a3070fd8d900aaf7f0bb6508d1210f
tree37c4ba4617f253ad16349225634ff06def1b7c30
parente7fd458c14e35249728abde5fadc7d50cf70b4d2
MINOR: quic: split startup check function

Two features are tested on startup via quic_test_socketopts() :
connection socket-owner mode support and GSO. Extract both test in their
separated functions called by quic_test_socketopts().

This patch will allow to reuse easily QUIC features detection for build
options report via haproxy -vv.
src/proto_quic.c