# 用户空間

在用戶空間中實作傳輸協定有助於協定的快速迭代，因為相對容易地發展協定而無需客戶端和伺服器端更新其作業系統核心以部署新版本。

QUIC 本身沒有固有的東西阻礙未來在作業系統核新中實現和提供 QUIC 協定。

## 更多的實作 ( Many implementations )

在用戶空間中實作一個新的傳輸層協定時，一個顯而易見的效果是我們會看到很多獨立的實作。

在可預見的未來，不同的應用程序可能包含（ 或基於 ）不同的 HTTP/3 和 QUIC 實作。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://http3-explained.haxx.se/zh-tw/quic/quic-userspace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
