Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typo #2451

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zh_CN/mqtt-over-quic/features-mqtt-over-quic.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ EMQX 目前的实现将传输层换成 QUIC 流,由客户端发起连接和创

### 单流模式

单流模式是一种基本模式,它将 MQTT 数据包封装在单个双向 QUIC 流中。它提供快速握手、有序数据传送、连接恢复和 0-RTT、客户端地址迁移以及增强的丢失检测和恢复。这种模式可以使客户端和经纪商之间的通信更快、更高效,同时维持秩序、快速恢复连接,并允许客户端在没有重大干扰的情况下迁移其本地地址。
单流模式是一种基本模式,它将 MQTT 数据包封装在单个双向 QUIC 流中。它提供快速握手、有序数据传送、连接恢复和 0-RTT、客户端地址迁移以及增强的丢失检测和恢复。这种模式可以使客户端和 EMQX 之间的通信更快、更高效,同时维持秩序、快速恢复连接,并允许客户端在没有重大干扰的情况下迁移其本地地址。

<img src="./assets/quic-single-stream-mode.png" alt="image-20231020154933157" style="zoom:67%;" />

Expand Down