moq-wg / moq-transport

draft-ietf-moq-transport
Other
79 stars 17 forks source link

Separate handshakes, or unified handshake? #243

Open kixelated opened 11 months ago

kixelated commented 11 months ago

A few issues have cropped up because we support QUIC and WebTransport with a unified SETUP handshake.

Do we separate the QUIC and WebTransport handshakes, or continue to combine them into the same mechanism?

kixelated commented 11 months ago

I think we have a separate handshakes for QUIC and WebTransport that better utilize the underlying transport.

However, I do want to avoid differences after the connection is established.

afrind commented 3 weeks ago

Chairs: it looks like webtransport is going to have an ALPN like mechanism. Is that sufficient to unify the handshakes across QUIC and WebTrans?