]> git.kaiwu.me - haproxy.git/commit
MINOR: quic: store the DCID as an offset
authorMaxime Henrion <mhenrion@haproxy.com>
Mon, 23 Mar 2026 14:31:53 +0000 (10:31 -0400)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 30 Apr 2026 13:33:07 +0000 (15:33 +0200)
commitdf0614b177adfdce073b6bcf9ece84aa56453105
tree063484f5abafbfd6cc99d271f0ef199666e5c606
parent9b5f11cd3db37f0739b89d695b87c1373e623f50
MINOR: quic: store the DCID as an offset

Using an offset instead of a pointer into the datagram buffer is less
error-prone as we do not have to manually fixup that pointer when the
datagram is moved somewhere else in memory.
include/haproxy/quic_sock-t.h
src/quic_rx.c
src/quic_sock.c
src/quic_trace.c