Android: patch
This commit is contained in:
11
constant/patch.go
Normal file
11
constant/patch.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package constant
|
||||
|
||||
import "net"
|
||||
|
||||
type WrappedConn interface {
|
||||
RawConn() (net.Conn, bool)
|
||||
}
|
||||
|
||||
type WrappedPacketConn interface {
|
||||
RawPacketConn() (net.PacketConn, bool)
|
||||
}
|
||||
Reference in New Issue
Block a user