|
@@ -18,11 +18,15 @@ type InboundHandlerMeta struct {
|
|
|
Tag string
|
|
Tag string
|
|
|
Address v2net.Address
|
|
Address v2net.Address
|
|
|
Port v2net.Port
|
|
Port v2net.Port
|
|
|
|
|
+ //Whether this proxy support KCP connections
|
|
|
|
|
+ KcpSupported bool
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type OutboundHandlerMeta struct {
|
|
type OutboundHandlerMeta struct {
|
|
|
Tag string
|
|
Tag string
|
|
|
Address v2net.Address
|
|
Address v2net.Address
|
|
|
|
|
+ //Whether this proxy support KCP connections
|
|
|
|
|
+ KcpSupported bool
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// An InboundHandler handles inbound network connections to V2Ray.
|
|
// An InboundHandler handles inbound network connections to V2Ray.
|