Open backkem opened 11 months ago
Muxing the QuicTransport over OSP seems possible: implementation experiment.
We (@backkem, @wangw-1991 and @anssiko) had a short discussion on this which confirms the status-quo: the DataChannel API is more easy to grok; the WebTransport API is more modern & powerful.
We now have two APIs in the spec for transferring data: a DataChannel-based one (
LP2PDataChannel
) and a WebTransport-based one (LP2PQuicTransport
). Both have advantages and disadvantages:I wanted to open this issue to discuss: