Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jostar-y authored May 16, 2024
1 parent a616191 commit fb7b30c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit fb7b30c

Please sign in to comment.