commit | 162baaff7ab761c411800f4ca6bef45315d7afcb | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Apr 03 18:49:39 2023 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 05 11:06:04 2023 +0200 |
tree | ce0e01f559575f75af26444bfe55bc0caf6f01ef | |
parent | ce5c145df5cd77a8a79ab0980c8a5c8010128abc [diff] |
MINOR: quic: derive first DCID from client ODCID Change the generation of the first CID of a connection. It is directly derived from the client ODCID using a 64-bits hash function. Client address is added to avoid collision between clients which could use the same ODCID. For the moment, this change as no functional impact. However, it will be directly used for the next commit to be able to remove the ODCID tree. This should be backported up to 2.7.