Customizable variadic length connection id for client - #2542
Conversation
|
Verified this against my use case — a MASQUE proxy on tokio-quiche 0.19.1 with an 8-byte server CID generator. With One API thought: // defaulted method on ConnectionIdGenerator
fn cid_len(&self) -> usize { MAX_CONN_ID_LEN }then |
…onParams.scid` to prevent footgun
0a0a7a0 to
fe4479e
Compare
|
@zaczh Thank you for feedback! My first use case was reducing client scid so directly using cid_len from |
Closes #2541