libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.58k stars 275 forks source link

Proposal: WebTransport over HTTP/2 #534

Open marten-seemann opened 1 year ago

marten-seemann commented 1 year ago

Current draft: https://datatracker.ietf.org/doc/draft-ietf-webtrans-http2/.

WebTransport/H2 is intended as a fallback for users that aren't able to establish a QUIC connection (most likely due to UDP blocking). It layers a WebTransport session over a single HTTP/2 stream.

Since this is just a fallback, this is only worth our time if / once the following hold true: