]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: Add QUIC definitions to servers.
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 23 Nov 2020 13:29:28 +0000 (14:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commitf46c10cfb1dd9ee481cafb8f6c1d4a62ea173fd8
treecd78ad05a643c7b9f3f56de05dd2adddfb0c00f6
parent884f2e9f434e71d7693e8ac8a8b179b071f405ed
MINOR: server: Add QUIC definitions to servers.

This patch adds QUIC structs to server struct so that to make the QUIC code
compile. Also initializes the ebtree to store the connections by connection
IDs.
include/haproxy/server-t.h
src/server.c