top | item 7230566

Taking Google’s QUIC For a Test Drive (2013)

26 points| babawere | 12 years ago |connectify.me | reply

11 comments

order
[+] felixgallo|12 years ago|reply
QUIC is a great idea in general, but in my personal opinion, it has a lot of weird Google-specific, application- and HTTP-level hacks hanging off of it -- e.g. 'orbit' server state in Snap Start -- and a singular focus on web service/browser receipt and how the thing works with SPDY, and that's unfortunate.

The internet does need a faster, multiplexed UDP streaming protocol with great encryption support. If only it weren't tied to the assumption of odd infrastructure.

(edit: I understand why Google's doing it this way; just wish they started from the bottom layer and worked their way up, rather than starting on all layers and working around to the sides)

[+] jamesmoss|12 years ago|reply
How does SPDY fit into this? Is QUIC to UDP what SPDY is to HTTP?