1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-29 02:35:23 +00:00

fix build break

This commit is contained in:
Darien Raymond 2018-01-10 17:33:15 +01:00
parent efc8c23207
commit 7fab28cf0b
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -9,7 +9,7 @@ import (
)
type connection struct {
stream Ray
stream InboundRay
closed bool
localAddr net.Addr
remoteAddr net.Addr