1. Status:
The foundation of HTTP/3 is the UDP-based QUIC protocol explored by Google for many years. Using UDP provides more flexibility than TCP and allows QUIC to be implemented entirely in user space – updates to the protocol implementation are not tied to operating system updates as TCP does. With QUIC, HTTP-level streams can simply be mapped on top of QUIC streams, inheriting all the benefits of HTTP/2 without head-of-line blocking. HTTP/3 is still in draft state, but many users are already eager to try it.
2. Advantages
…
The post HTTP/3 Heavy Attack first appeared on Lenix Blog .
This article is reprinted from https://blog.p2hp.com/archives/8879
This site is for inclusion only, and the copyright belongs to the original author.