]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: define config option for socket per conn
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 18 Nov 2022 16:42:16 +0000 (17:42 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 2 Dec 2022 13:45:43 +0000 (14:45 +0100)
commit511ddd5785266c149dfa593582512239480e1688
tree8f78e42c1cdd0ff3495ad6cdce46ae0c95e37bce
parent8d46acdfcb49b4132f4a2ab7313315ca54e30ba0
MINOR: quic: define config option for socket per conn

Define global configuration option "tune.quic.socket-owner". This option
can be used to activate or not socket per QUIC connection mode. The
default value is "listener" which disable this feature. It can be
activated with the option "connection".

This change is part of quic-conn owned socket implementation.
It may be backported to 2.7 after a period of observation.
doc/configuration.txt
src/cfgparse-quic.c