mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-03 01:38:24 -04:00
b6da3e86a5
* 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 |
||
---|---|---|
.. | ||
internal | ||
aes.go | ||
auth_test.go | ||
auth.go | ||
benchmark_test.go | ||
chacha20_test.go | ||
chacha20.go | ||
chunk_test.go | ||
chunk.go | ||
crypto.go | ||
errors.generated.go | ||
io.go |