# 協定的進展

最初的 QUIC 協定是 Google 的 Jim Roskind 所設計，首次實作是在 2012 年，在 Google 的擴大實驗後於 2013 年向世界公開。

最初，QUIC 為 "Quick UDP Internet Connections" 的縮寫，但現在已經不是。

Google 實施了該協定，隨後將其部署在廣泛使用的瀏覽器（ Chrome ）和廣泛使用的伺服器端服務（ Google搜索、gmail、youtube...等）中。 他們相當快地迭代了協定的版本，並且隨著時間的流逝，他們證明了該概念可以為絕大多數用戶可靠地工作。

2015 年 6 月，QUIC 的第一個網際網路草案被發送到 IETF 進行標準化，但直到2016年下半年，QUIC 工作組才獲得批准並開始。 隨後，它很快就引起了各方的高度關注並迅速發展。

在 2017 年，由 Google QUIC 工程師所引用的數字提到，大約 7％ 的網際網路流量已經在使用該協定（ Google版本 )。


---

# 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/proc.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.
