Comment by xyzzyz

16 hours ago

Sure, you can reimplement multiplexing on the application level, but it just makes more sense to do it on the transport level, so that people don't have to do it in JavaScript.

But unfortunately QUIC is a user space implementation over kernel UDP.