HTTP/3: Everything you need to know about the next-generation web protocol

I really like the QUIC protocol. It’s multiple reliable channels and built-in security is awesome. We can still do ‘unreliable’ channels via normal UDP (though I wish we could have unreliable channels in QUIC so we wouldn’t have to manage a secondary set of encryption). What I wish it had were an unordered channel, where you could send small packets that would be guaranteed to be received but the order doesn’t matter, rather just as fast as possible is what matters and for them to ‘eventually’ arrive, it especially could keep the held memory open for the buffered data smaller as well as the increased speed.

1 Like