quicwg / multipath

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

Is the Path Status number space per-path or global? #348

Closed MikeBishop closed 1 month ago

MikeBishop commented 1 month ago

It appears that the Path Status sequence number is always interpreted in the context of a path ID. However, I did not find an explicit statement of whether the same sequence number for different paths is permitted or prohibited.

mirjak commented 1 month ago

currently it's one sequence number space for the whole connection. So, no the same seq number is not permitted. However, we the explicit oath id approach we could reconsider that. In any case we need to clarify it. However, I will close this now as this is a duplicate of issue #312