Update protocol for better decription

pull/298/head
V2Ray 9 years ago
parent b0849dd23b
commit d785fa0156

@ -35,4 +35,3 @@ func Read(reader io.Reader) (input *VMessInput, err error) {
}
type VMessOutput [4]byte

@ -10,7 +10,7 @@
* 16 字节md5(用户 VID + 'ASK')
指令部分:
* 1 字节:随机填充长度 M (M <= 32)
* 1 字节:随机填充长度 M (0 < M <= 32)
* M 字节:随机填充内容
* 1 字节:保留,总是 0x00
* 16 字节:请求数据 IV
@ -29,7 +29,7 @@
* 4 字节IPv4
* 1 字节长度 + 域名
* 16 字节IPv6
* 1 字节:随机填充长度 M2 (M2 <= 32)
* 1 字节:随机填充长度 M2 (0 < M2 <= 32)使 16
* M2 字节:随机填充内容
数据部分

Loading…
Cancel
Save