ietf-wg-masque / draft-ietf-masque-quic-proxy

Other
12 stars 7 forks source link

Proxy handling of Connection ID resuse #17

Closed LPardue closed 3 years ago

LPardue commented 3 years ago

So the spec says:

For any non-zero-length Client Connection ID, the Connection ID MUST be unique across all other clients.

What does a proxy do if it detects this is not the case? The logical thing seems to be to fail fast, reject the 2nd CONNECT-QUIC that attempts to reuse an ID already taken. Not sure of a status code - 409 maybe?

tfpauly commented 3 years ago

Yeah, I was thinking it would reject any reused ID.

tfpauly commented 3 years ago

Addressed by #24