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

修正publish控制包固定包头第1字节低4位的描述。 #8

Merged
merged 1 commit into from
Feb 14, 2017
Merged
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
4 changes: 2 additions & 2 deletions mqtt/0303-PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ PUBLISH控制报文是指从客户端向服务端或者服务端向客户端传

| **Bit** | **7** | **6** | **5** | **4** | **3** | **2** | **1** | **0** |
|---------|----------------------|-------|---------|--------|-------|-------|-------|-------|
| byte 1 | MQTT控制报文类型 (3) | DUP | QoS等级 | RETAIN |
| | 0 | 0 | 1 | 1 | X | X | X | X |
| byte 1 | MQTT控制报文类型 (3) |       |         |       | DUP   | QoS-H | QoS-  | RETAIN|
| | 0 | 0 | 1 | 1 | | | | |
| byte 2 | 剩余长度 |

#### 重发标志 DUP
Expand Down