1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-03 09:58:42 +00:00
Xray-core/proxy/shadowsocks/shadowsocks.go
Kobe Arthur Scofield 7086d286be
Remove legacy code ()
* Add feature migration notice

* Remove legacy code of transport processing

* Clear legacy proto field

* Fix missing

* Unify protocolname

* Test remove

* Supressor

* Weird code

* Remove errorgen related comments
2024-09-23 11:28:19 -04:00

6 lines
222 B
Go

// Package shadowsocks provides compatible functionality to Shadowsocks.
//
// Shadowsocks client and server are implemented as outbound and inbound respectively in Xray's term.
//
// R.I.P Shadowsocks
package shadowsocks