mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-06 18:01:05 +01:00
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.