MINOR: quic: define quic_tune
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 Jan 2025 16:58:20 +0000 (17:58 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Wed, 16 Apr 2025 08:42:25 +0000 (10:42 +0200)
commitc4aea9f62b07f2831d327c0b6a6fecc1815767aa
tree72fba663c14dc4f5a807b02691ac083c65505a1c
parent02b4fa4f11d4aad3d174998958a235b4854325d9
MINOR: quic: define quic_tune

Define a new structure quic_tune. It will be useful to regroup various
configuration settings and tunable related to QUIC, instead of defining
them into the global structure.

(cherry picked from commit 09e9c7d5b7a6efb4f7d0e491e2d6f46cf5facda7)
[ada: required by the following commit]
Signed-off-by: Aurelien DARRAGON <adarragon@haproxy.com>
include/haproxy/quic_tune-t.h [new file with mode: 0644]
include/haproxy/quic_tune.h [new file with mode: 0644]
src/cfgparse-quic.c