1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-23 16:05:24 +00:00
v2fly/proxy/shadowsocks2022
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
..
client_session.go Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
client.go Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
config.pb.go add shadowsocks2022 tcp client support 2023-11-19 13:16:28 +00:00
config.proto add shadowsocks2022 tcp client support 2023-11-19 13:16:28 +00:00
eih_aes.go fix proxy ss2022 client lints 2023-11-19 13:16:28 +00:00
encoding.go Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
errors.generated.go add shadowsocks2022 tcp client support 2023-11-19 13:16:28 +00:00
kdf_blake3.go fix proxy ss2022 client lints 2023-11-19 13:16:28 +00:00
method_aes128gcm.go fix proxy ss2022 client lints 2023-11-19 13:16:28 +00:00
method_aes256gcm.go fix proxy ss2022 client lints 2023-11-19 13:16:28 +00:00
requestsalt.go fix proxy ss2022 client lints 2023-11-19 13:16:28 +00:00
ss2022.go Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
udp_aes.go Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00