1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 04:35:24 +00:00
v2fly/proxy
Xiaokang Wang (Shelikhoo) b6da3e86a5
Shadowsocks2022 Client Implementation Improvements (#2770)
* Shadowsocks2022 Client Implementation Improvements

1. Added UDP Replay Detection
2. Added UDP Processor State Cache
3. Added More Detailed Output for Time Difference Error
4. Replaced Mutex with RWMutex for reduced lock contention
5. Added per server session tracking of decryption cache and anti-replay window
6. Adjust server session track time
7. Increase per session buffer to 128
8. Fix client crash when EIH is not enabled
9. Fix client log contains non-human-friendly content
10.Remove mark and remove for trackedSessions
11. Fixed packet size uint16 overflow issue
2023-11-24 00:40:07 +00:00
..
blackhole Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
dns Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
dokodemo Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
freedom Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
http fix protocol matching in routing (#2540) 2023-09-14 08:27:36 +08:00
loopback Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
shadowsocks Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
shadowsocks2022 Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
socks Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
trojan Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
vless Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
vlite Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
vmess Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
proxy.go proxy: Unify timeouts of different protocols for reading the first payload 2022-06-25 19:34:32 +01:00