commit | 9ea9463d470747ef4ee4e112f16b082f8abc55e6 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jan 27 15:20:31 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jan 27 16:37:55 2022 +0100 |
tree | c2ebc9f819c8e2da55f8d4d01ccf47e6920104d5 | |
parent | 320744b53d6d422346348c800f7f624cce8df93e [diff] |
MINOR: quic: Attach all the CIDs to the same connection We copy the first octet of the original destination connection ID to any CID for the connection calling new_quic_cid(). So this patch modifies only this function to take a dcid as passed parameter.