Xray-core/proxy/shadowsocks
yuhan6665 017f53b5fc
Add session context outbounds as slice (#3356)
* Add session context outbounds as slice

slice is needed for dialer proxy where two outbounds work on top of each other
There are two sets of target addr for example
It also enable Xtls to correctly do splice copy by checking both outbounds are ready to do direct copy

* Fill outbound tag info

* Splice now checks capalibility from all outbounds

* Fix unit tests
2024-05-13 21:52:24 -04:00
..
client.go Add session context outbounds as slice (#3356) 2024-05-13 21:52:24 -04:00
config.go Reformat code 2022-05-18 15:29:01 +08:00
config.pb.go Update HTTPUpgrade spelling and proto 2024-03-20 13:08:43 -04:00
config.proto Add xchacha20-ietf-poly1305 for Shadowsocks 2021-10-22 13:24:29 +08:00
config_test.go Reformat code 2022-05-18 15:29:01 +08:00
errors.generated.go v1.1.0 2020-12-04 09:36:16 +08:00
protocol.go fix(proxy): removed the udp payload length check when encryption is disabled 2023-08-19 23:13:43 -04:00
protocol_test.go fix(proxy): removed the udp payload length check when encryption is disabled 2023-08-19 23:13:43 -04:00
server.go Add session context outbounds as slice (#3356) 2024-05-13 21:52:24 -04:00
shadowsocks.go v1.1.0 2020-12-04 09:36:16 +08:00
validator.go fix(proxy): removed the udp payload length check when encryption is disabled 2023-08-19 23:13:43 -04:00