1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-17 23:06:30 -05:00
v2fly/common
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
..
antireplay fix typo (#1512) 2022-01-02 13:36:07 +00:00
bitmask update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
buf add shadowsocks2022 tcp client support 2023-11-19 13:16:28 +00:00
bytespool Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
cache update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
cmdarg chore: remove refs to deprecated io/ioutil (#2717) 2023-10-16 10:23:50 +08:00
crypto Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
dice Lint: add nolint flags to avoid lint 2022-08-19 20:05:50 +08:00
drain update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
environment implement system network environment 2023-05-30 00:20:34 +01:00
errors update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
log chore: remove refs to deprecated io/ioutil (#2717) 2023-10-16 10:23:50 +08:00
mux update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
net Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
peer function to compare byte array 2018-07-12 23:38:10 +02:00
platform search for assets in xdg data directories on non-windows platforms (#1578) 2022-02-06 14:24:23 +08:00
protocol fix protocol matching in routing (#2540) 2023-09-14 08:27:36 +08:00
protoext Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
protofilter Fix convert time ip parsing in jsonv5 2022-05-11 15:04:28 +01:00
registry update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
retry update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
serial update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
session Support using custom resolver when dialing domain address 2023-02-19 13:34:15 +00:00
signal update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
strmatcher [app/dns] Add tests for idn support (#2213) 2022-12-15 10:26:53 +08:00
taggedfeatures chore: regenerate protobuf file 2022-09-06 20:36:27 +01:00
task update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
units update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
uuid update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
common_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
common.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
errors.generated.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
interfaces.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
type_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
type.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00