quicwg / multipath

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

Undefined error code "MP_CONNECTION_ERROR" #140

Closed Yanmei-Liu closed 1 year ago

Yanmei-Liu commented 1 year ago

In section 3, we wrote

If endpoint receives an unexpected value for the transport parameter
   "enable_multipath", it MUST treat this as a connection error of type
   MP_CONNECTION_ERROR and close the connection.

But in section 13, we don't have this error code definition.

qdeconinck commented 1 year ago

Sounds like a duplicate of #136 ? :)

Yanmei-Liu commented 1 year ago

Yep, let's discuss in #136.