commit | 591e7981d9527adef5fb77c8f3b1d7fac509fabf | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Apr 12 10:04:49 2023 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 18 16:20:47 2023 +0200 |
tree | f48d60651ed627d2520438a82b77fb48902e31a6 | |
parent | 9b68b6457266fd4d84930617a4aacc7112ca276d [diff] |
CLEANUP: quic: rename quic_connection_id vars Two different structs exists for QUIC connection ID : * quic_connection_id which represents a full CID with its sequence number * quic_cid which is just a buffer with a length. It is contained in the above structure. To better differentiate them, rename all quic_connection_id variable instances to "conn_id" by contrast to "cid" which is used for quic_cid. This should be backported up to 2.7.