handle inbound detour in vmess inbound

This commit is contained in:
v2ray
2016-01-19 23:41:40 +01:00
parent 573d0a9c29
commit b0adb24003
13 changed files with 163 additions and 75 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ var (
)
type Command interface {
Marshal(io.Writer) (int, error)
Marshal(io.Writer)
Unmarshal([]byte) error
}