Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188 2020-01-07 15:04:37 +08:00
commit b6c1553615

View File

@ -2,14 +2,14 @@
## Overview ## Overview
Note: `head` and `body` functions does nothing. They just work as Note: `head` and `body` functions do nothing. They just work as
notations notations
PseudoCode: PseudoCode:
``` ```
OutgoingPacket { OutgoingPacket {
int head.size + body.size + 4
head { head {
int remaining.length + 4
int 0x0A int 0x0A
byte 0x02 byte 0x02
int extra data size + 4 int extra data size + 4