mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 01:27:03 -05:00
Update VMess protocol, reduce header size
This commit is contained in:
parent
a45498da45
commit
5504877d88
@ -8,7 +8,7 @@
|
||||
认证部分:
|
||||
* 16 字节:md5(用户 VID + 'ASK')
|
||||
指令部分:
|
||||
* 2 字节:随机填充长度 M (M <= 32)
|
||||
* 1 字节:随机填充长度 M (M <= 32)
|
||||
* M 字节:随机填充内容
|
||||
* 1 字节:保留,总是 0x00
|
||||
* 16 字节:请求数据 IV
|
||||
@ -25,7 +25,7 @@
|
||||
* 0x03:IPv6
|
||||
* 目标地址:
|
||||
* 4 字节:IPv4
|
||||
* 2 字节长度 + 域名
|
||||
* 1 字节长度 + 域名
|
||||
* 16 字节:IPv6
|
||||
数据部分
|
||||
* N 字节:请求数据
|
||||
|
Loading…
Reference in New Issue
Block a user