mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-08 17:20:11 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b6c1553615
@ -2,14 +2,14 @@
|
||||
|
||||
## Overview
|
||||
|
||||
Note: `head` and `body` functions does nothing. They just work as
|
||||
Note: `head` and `body` functions do nothing. They just work as
|
||||
notations
|
||||
|
||||
PseudoCode:
|
||||
```
|
||||
OutgoingPacket {
|
||||
int head.size + body.size + 4
|
||||
head {
|
||||
int remaining.length + 4
|
||||
int 0x0A
|
||||
byte 0x02
|
||||
int extra data size + 4
|
||||
|
Loading…
Reference in New Issue
Block a user