Commit b6c15536 authored by Him188's avatar Him188

Merge remote-tracking branch 'origin/master'

parents 6b599d65 55ac38d1
...@@ -2,14 +2,14 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment