mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Cleanup code
This commit is contained in:
parent
1273973c66
commit
52a7f9f469
6 changed files with 3 additions and 46 deletions
|
@ -19,7 +19,6 @@ var (
|
|||
|
||||
type Method interface {
|
||||
Name() string
|
||||
KeyLength() int
|
||||
DialConn(conn net.Conn, destination M.Socksaddr) (net.Conn, error)
|
||||
DialEarlyConn(conn net.Conn, destination M.Socksaddr) net.Conn
|
||||
DialPacketConn(conn net.Conn) N.NetPacketConn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue