We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 446006c + 42c154a commit 6b2a465Copy full SHA for 6b2a465
1 file changed
README.md
@@ -3,7 +3,7 @@ QUIC, a multiplexed stream transport over UDP
3
4
QUIC is an experimental protocol aimed at reducing web latency over that of TCP.
5
On the surface, QUIC is very similar to TCP+TLS+SPDY implemented on UDP. Because
6
-TCP is implement in operating system kernels, and middlebox firmware, making
+TCP is implemented in operating system kernels, and middlebox firmware, making
7
significant changes to TCP is next to impossible. However, since QUIC is built
8
on top of UDP, it suffers from no such limitations.
9
0 commit comments