quicwg / multipath

In-progress version of draft-ietf-quic-multipath
Other
51 stars 18 forks source link

Cleanup MAX_PATHS #372

Closed martinthomson closed 3 months ago

martinthomson commented 4 months ago

There was a naming inconsistency here.

I went with one direction, which I think works best as it has a direct relation to the path identifier. MAX_STREAMS uses a count because of the way in which streams are allocated odd/even. That awkwardness we have for streams isn't necessary here.

mirjak commented 4 months ago

I think if we want to rename, we should also rename max_initial_paths.

Yanmei-Liu commented 4 months ago

I think if we want to rename, we should also rename max_initial_paths.

Yes, Indeed. I submit another PR #376 to rename the transport parameter and keep the semantics same.