quicwg / multipath

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

limit initial_max_path to 2^32-1 and more explanation #394

Open mirjak opened 6 days ago

mirjak commented 6 days ago

fixes #307

mirjak commented 5 days ago

Sorry I missed up the title of the PR, however, the limit is 2^32-1 everywhere as the nonce uses 32 bits. In issue #307 a limit of 2^30-1 was proposed (to save some bits) but I don't think that's useful. However, feel free to further comment in issue #307 !