Y
Hacker News
new
|
ask
|
show
|
jobs
QUIC (Quick UDP Internet Connections) Transport Layer Network Protocol
(
en.wikipedia.org
)
5 points
by
Brysonbw
9 days ago
1 comments
austin-cheney
9 days ago
The name feels incorrect. The transport layer protocol in use is UDP. QUIC is built on top of UDP. If QUIC is to UDP as HTTP is to TCP then QUIC is an application layer protocol.
link
wmf
9 days ago
In the real world layering isn't that strict. QUIC performs similar functions as TCP so it's also a transport protocol.
link