Android: patch
This commit is contained in:
7
adapter/outbound/patch.go
Normal file
7
adapter/outbound/patch.go
Normal file
@ -0,0 +1,7 @@
|
||||
package outbound
|
||||
|
||||
import "net"
|
||||
|
||||
func (c *conn) RawConn() (net.Conn, bool) {
|
||||
return c.ExtendedConn, true
|
||||
}
|
Reference in New Issue
Block a user