> 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-tw/quic.md).

# QUIC運作原理

本章節將解釋 QUIC 傳輸層協定各基本模組的功能，但不會逐字解釋協定。 如果您想自己實現 QUIC，這些介紹會加強你對協定的理解，但有關具體細節，請參考 IETF 的網際網路草案和 RFC。

1. 建立一個 [連接](/zh-tw/quic/quic-connections.md)
2. [TLS 安全性](/zh-tw/quic/quic-tls.md)
3. 使用 [串流(streams)](/zh-tw/quic/quic-streams.md)
