]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Do not allocate too much ack ranges
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 17 Apr 2023 12:10:14 +0000 (14:10 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Wed, 19 Apr 2023 09:36:54 +0000 (11:36 +0200)
commit0ed94032b21c06cb3a11455b02ff72a98d4ff3e5
tree84a08080eccec517f4b64a8c46376e6b74d84a11
parent4b2627beae586678be9964959af189d7310f66ca
MINOR: quic: Do not allocate too much ack ranges

Limit the maximum number of ack ranges to QUIC_MAX_ACK_RANGES(32).

Must be backported to 2.6 and 2.7.
include/haproxy/quic_conn-t.h
src/quic_conn.c