quicwg / multipath

In-progress version of draft-ietf-quic-multipath
Other
53 stars 20 forks source link

Make DCID sequence number considerations common to all multipath-specific frames #195

Closed qdeconinck closed 1 year ago

qdeconinck commented 1 year ago

More specifically, if the receiver cannot process an old DCID seq number, it MUST ignore it (i.e., no error).

Fix #193. Also fix #137.

qdeconinck commented 1 year ago

Updated the PR to also include the case of a DCID sequence number greater than any sent (connection error).