> For the complete documentation index, see [llms.txt](https://http3-explained.haxx.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://http3-explained.haxx.se/zh/quic/quic-userspace.md).

# 用户空间实现

在用户空间中实现一个传输层协议有助于协议的快速迭代，协议的演进更为容易，不需要客户端和服务器更新其操作系统内核才能部署新的版本。

QUIC本身没有固有的东西阻碍未来在操作系统内核中实现和提供QUIC协议。

## 众多的实现

在用户空间中实现一个新的传输层协议时，一个显而易见的效果是我们会看到很多独立的实现。

在可预见的未来，不同的应用程序可能包含（或基于）不同的HTTP/3和QUIC实现。
