1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-20 04:29:32 -04:00

refine dispatcher

This commit is contained in:
Darien Raymond
2016-11-13 14:33:00 +01:00
parent 5dc05d6352
commit 9471b5b066
13 changed files with 31 additions and 27 deletions

View File

@@ -20,6 +20,7 @@ type SessionInfo struct {
Source v2net.Destination
Destination v2net.Destination
User *protocol.User
Inbound *InboundHandlerMeta
}
type InboundHandlerMeta struct {