commit | 8efe032bba9a6d33145c1f9e192631d90b1c3222 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Dec 15 16:32:56 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Dec 17 10:59:36 2021 +0100 |
tree | a87f9cac194a1b20d482cc472d9411d91f1091ae | |
parent | adb2276524e6903a6b52ac2ec23b766fb8e0afe6 [diff] |
MINOR: quic: refactor DCID lookup A new function named qc_retrieve_conn_from_cid() now contains all the code to retrieve a connection from a DCID. It handle all type of packets and centralize the locking on the ODCID/DCID trees. This simplify the qc_lstnr_pkt_rcv() function.