ietf-wg-masque / draft-ietf-masque-quic-proxy

Other
12 stars 7 forks source link

Require client VCID length to be at least as long as real client CID length? #112

Open ehaydenr opened 2 weeks ago

ehaydenr commented 2 weeks ago

To reduce the likelihood of connection ID conflicts, the proxy SHOULD choose a Virtual Client Connection ID that is at least as long as the Client Connection

This prevents clients from doing uniform CID comparison and potentially increases the likelihood of conflicts. Context here and here

To address this, we can change this SHOULD to a MUST