mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
fix generic.Stream interface type error
This commit is contained in:
+1
-1
@@ -16,6 +16,6 @@ type Mux interface {
|
||||
|
||||
type Stream interface {
|
||||
io.ReadWriteCloser
|
||||
ID() int
|
||||
ID() uint32
|
||||
RemoteAddr() net.Addr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user