quicwg / multipath

In-progress version of draft-ietf-quic-multipath
Other
49 stars 17 forks source link

Is using the next available new PATH ID or a new CID that is what matters? #407

Open gloinul opened 1 month ago

gloinul commented 1 month ago

Section 3.1: "Opening a new path requires the use of a new connection ID (see Section 9.5 of [QUIC-TRANSPORT])."

I think the mentioning of "new connection ID" here is pointing to the wrong thing. Isn't what is most important here is to use a new CID for the next path ID. And here to my understanding the next Path ID is the lowest value not yet used for any path challenge and which is not currently in use on any path challenge for another 4-tuple.