mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-06-20 21:01:12 +08:00
* Vision server allow multiple blocks of padding
* Fix Vision client to support multiple possible padding blocks
* Vision padding upgrade
- Now we have two types of padding: long (pad to 900-1400) and traditional (0-256)
- Long padding is applied to tls handshakes and first (empty) packet
- Traditional padding is applied to all beginning (7) packets of the connection (counted two-way)
- Since receiver changed its way to unpad buffer in
|
||
|---|---|---|
| .. | ||
| blackhole | ||
| dns | ||
| dokodemo | ||
| freedom | ||
| http | ||
| loopback | ||
| mtproto | ||
| shadowsocks | ||
| shadowsocks_2022 | ||
| socks | ||
| trojan | ||
| vless | ||
| vmess | ||
| wireguard | ||
| proxy.go | ||