This commit is contained in:
Floris Bruynooghe
2025-02-27 17:13:39 +01:00
parent 49ae8fe369
commit 82abfdc41f
+1 -1
View File
@@ -4037,7 +4037,7 @@ impl Connection {
.values()
.map(|cids| cids.active().len())
.max()
.unwrap_or(20); // Max CID len in QUIC v1
.unwrap_or(20); // Max CID len in QUIC v1
// 1 byte for flags
1 + cid_len + pn_len + self.tag_len_1rtt()