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

Other
12 stars 7 forks source link

Reusing DATAGRAM Flow IDs #20

Closed DavidSchinazi closed 3 years ago

DavidSchinazi commented 3 years ago

In the Example section, the spec reuses the same Flow ID for two separate CONNECT-QUIC requests. That seems like a reasonable choice to me, but the spec should explicitly call out that this is allowed, and that the proxy should validate that upon receiving a new CONNECT-UDP request that reuses a flow ID, the authority must match the authority of the first CONNECT-QUIC request that used the same flow ID.

tfpauly commented 3 years ago

Agreed, good to clarify.

tfpauly commented 3 years ago

Addressed by #24