Browse Source

Remove reserved field in vmess for better randomization

pull/298/head
V2Ray 9 years ago
parent
commit
265e6e4dbd
  1. 1
      spec/vmess.md

1
spec/vmess.md

@ -12,7 +12,6 @@
指令部分: 指令部分:
* 1 字节:随机填充长度 M (0 < M <= 32) * 1 字节:随机填充长度 M (0 < M <= 32)
* M 字节:随机填充内容 * M 字节:随机填充内容
* 1 字节:保留,总是 0x00
* 16 字节:请求数据 IV * 16 字节:请求数据 IV
* 16 字节:请求数据 Key * 16 字节:请求数据 Key
* 4 字节:认证信息 V * 4 字节:认证信息 V

Loading…
Cancel
Save