proto.md 240 Bytes

包 = 包头 + 包体

包头

类型 长度 描述
包长度 int32 4字节 包头(16字节) + 包体长度
协议号 int32 4字节
错误码 int32 4字节
预留字段 int32 4字节

包体