mirror of https://github.com/v2ray/v2ray-core
remove unused definitions
parent
e4fd29db70
commit
3f54bf3f53
|
@ -4,12 +4,6 @@ import (
|
|||
"net"
|
||||
)
|
||||
|
||||
type ConnectionHandler func(Connection)
|
||||
|
||||
type Connection interface {
|
||||
net.Conn
|
||||
}
|
||||
|
||||
type SysFd interface {
|
||||
SysFd() (int, error)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue