]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Flag RX packet as ack-eliciting from the generic parser.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 9 Dec 2020 13:56:18 +0000 (14:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Dec 2020 10:57:26 +0000 (11:57 +0100)
commitf7fe9659f0b82f2eb11f47f6b4741a97710e366b
treecc98b55bec525caebd640e0b81a9433126edbef9
parent04ffb66bc91959cf869c96b8b0c77296b21c3d38
MINOR: quic: Flag RX packet as ack-eliciting from the generic parser.

Add ->flags to the QUIC frame parser as this has been done for the builder so
that to flag RX packets as ack-eliciting at low level. This should also be
helpful to maintain the code if we have to add new flags to RX packets.
Remove the statements which does the same thing as higher level in
qc_parse_pkt_frms().
src/quic_frame.c
src/xprt_quic.c