]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Parse long packet version from qc_parse_hd_form()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 8 Jun 2022 11:22:17 +0000 (13:22 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 16 Jun 2022 12:56:24 +0000 (14:56 +0200)
commitea0ec27eb4ab45f394d374f89684cafca3765a8f
tree6235c310c4c6cd406441d400af61715b6561711d
parentfa94f77bc593be1846171b3277d61b2b4e7d7e1b
MINOR: quic: Parse long packet version from qc_parse_hd_form()

This is to prepare the support for QUIC v2 version. The packet type
depends on the version. So, we must parse early enough the version
before defining the type of each packet.
src/xprt_quic.c