1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 00:45:24 +00:00
Go to file
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
.github adjust depguard linter rule 2023-09-24 22:37:35 +01:00
app Apply DomainStrategy to outbound target 2023-11-19 00:23:31 +00:00
common Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
features feat: add option to override destination of access log 2023-02-19 12:26:33 +00:00
infra Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
main add shadowsocks2022 tcp client support 2023-11-19 13:16:28 +00:00
proxy Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
release CI: Add Linux loong64 build task (#2609) 2023-07-18 13:38:17 +08:00
testing Chore: fix gofumpt lint (#1719) 2022-04-06 23:48:16 +08:00
transport add shadowsocks2022 udp client support 2023-11-19 13:16:28 +00:00
.gitignore Feat: remove geo files from repo & refine tests (#869) 2021-04-07 03:08:03 +08:00
annotations.go API doc 2018-12-03 22:44:42 +01:00
config.go Fix: load auto format config with io.Reader (#1773) 2022-07-21 21:56:50 +08:00
config.pb.go Update generated protobuf files to v1.31.0 2023-10-24 19:50:30 +01:00
config.proto update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
context_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
context.go Fix lint 2022-06-28 21:36:12 +08:00
core.go update version to v5.12.0 2023-11-19 13:17:59 +00:00
errors.generated.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
format.go vFormat: use gci instead of customized goimports (#1020) 2021-05-19 19:59:46 +08:00
functions_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
functions.go Fix: gci command for formatting code (#1757) 2022-05-01 00:47:14 +08:00
go.mod Shadowsocks2022 Client Implementation Improvements (#2770) 2023-11-24 00:40:07 +00:00
go.sum add shadowsocks2022 tcp client support 2023-11-19 13:16:28 +00:00
LICENSE Chore: update license year 2022-01-01 12:00:41 +08:00
mocks.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
proto.go Fix: vprotogen loop dependency (#797) 2021-03-18 18:32:40 +08:00
README.md ♻️ refactor geoip match logic (#1157) 2021-09-27 21:43:05 +01:00
SECURITY.md Docs: fix a typo in security policy (#1344) 2021-10-23 11:41:03 +08:00
v2ray_test.go update version: auto replacement to v5 path 2022-01-02 15:16:23 +00:00
v2ray.go add implementation for transport environment and network env 2023-05-29 23:55:43 +01:00

V2Ray

Project V

Project V is a set of network tools that helps you to build your own computer network. It secures your network connections and thus protects your privacy.

GitHub Test Badge codecov.io codebeat Codacy Badge Downloads

Packaging Status

If you are willing to package V2Ray for other distros/platforms, please let us know or seek for help via GitHub issues.

Packaging status

License

The MIT License (MIT)

Credits

This repo relies on the following third-party projects: