v1.6.1
XTLS/Xray-corev1.6.1Oct 22, 2022by yuhan6665
AI Summary
Adds uTLS fingerprinting options to HTTP2, Websocket, and gRPC transports, plus TCP congestion control options.
Key Highlights
- uTLS fingerprint support in HTTP2, Websocket, and gRPC.
- New `sockopt` option `tcpcongestion` for TCP congestion control (Linux only).
New Features
- uTLS fingerprint support in HTTP2, Websocket, and gRPC.
- Sockopt `tcpcongestion` option.
Full Release Notes
## Features
- Add uTLS option to HTTP2, Websocket and gRPC transport @HirbodBehnam
```
"tlsSettings": {
"fingerprint": "chrome" // client only
}
```
- `sockopt` 新增 `tcpcongestion` 选项设置 TCP 拥塞控制(仅 linux)@xqzr https://github.com/XTLS/Xray-core/pull/1234
## Chores
- 更新所有依赖