mirror of https://github.com/v2ray/v2ray-core
parent
efc8c23207
commit
7fab28cf0b
|
@ -9,7 +9,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type connection struct {
|
type connection struct {
|
||||||
stream Ray
|
stream InboundRay
|
||||||
closed bool
|
closed bool
|
||||||
localAddr net.Addr
|
localAddr net.Addr
|
||||||
remoteAddr net.Addr
|
remoteAddr net.Addr
|
||||||
|
|
Loading…
Reference in New Issue