quicwg / multipath

In-progress version of draft-ietf-quic-multipath
Other
57 stars 21 forks source link

What is an active path? #409

Closed gloinul closed 2 months ago

gloinul commented 4 months ago

What is the definition of "active path". It appears to have the meaning of an established path. I wonder if active path and "available path" is to close, and maybe "established path" would make more sense for where "active path" is currently used?

mirjak commented 4 months ago

Really good point. It seems that we actually use "active" for both: issued path ID (no matter if they have an established path or not) and established paths. We need to check that!