commit | f7fe9659f0b82f2eb11f47f6b4741a97710e366b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Dec 09 14:56:18 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 11:57:26 2020 +0100 |
tree | cc98b55bec525caebd640e0b81a9433126edbef9 | |
parent | 04ffb66bc91959cf869c96b8b0c77296b21c3d38 [diff] |
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().