]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: use global datagram headlen definition
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 28 May 2024 16:28:41 +0000 (18:28 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 12 Jun 2024 16:05:40 +0000 (18:05 +0200)
commitba00431625b958588a343cab1bbbdb9a3126c165
tree233650616866985ddb5731655c5886e00557e290
parent88681681cc9c7c6b46f11949a7aa4418b61ab192
MINOR: quic: use global datagram headlen definition

Each emitted QUIC datagram is prefixed by an out-of-band header. This
header specify the datagram length and the pointer to the first QUIC
packet instance. This header length is defined via QUIC_DGRAM_HEADLEN.

Replace every occurences of manually calculated header length with
globally defined QUIC_DGRAM_HEADLEN. This should ease code maintenance
and simplify GSO implementation.
src/quic_tx.c