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
|
@ -136,10 +136,6 @@ func (m *Method) Name() string {
|
|||
return m.name
|
||||
}
|
||||
|
||||
func (m *Method) KeyLength() int {
|
||||
return m.keyLength
|
||||
}
|
||||
|
||||
func (m *Method) DialConn(conn net.Conn, destination M.Socksaddr) (net.Conn, error) {
|
||||
shadowsocksConn := &clientConn{
|
||||
Method: m,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue