mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 12:13:05 +00:00
fmt
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user