]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic-be: add field for max_udp_payload_size into quic_conn
authorFrederic Lecaille <flecaille@haproxy.com>
Thu, 5 Jun 2025 12:58:50 +0000 (14:58 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:37:34 +0000 (18:37 +0200)
commit89d5a5993364e7ba8426f366839da26d99264452
treeb30bdb4c8e1c59da407ea642a1553f921d302e4b
parentf7c0f5ac1be807dc80c4c69f51c7f586dc20194d
MINOR: quic-be: add field for max_udp_payload_size into quic_conn

Add ->max_udp_payload_size new member to quic_conn struct.
Initialize it from qc_new_conn().
Adapt qc_snd_buf() to use it.
include/haproxy/quic_conn-t.h
src/quic_conn.c
src/quic_sock.c