1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00
This commit is contained in:
v2ray 2015-12-04 22:53:31 +01:00
parent 86f800693e
commit 003fac7d2a

View File

@ -1,3 +1,7 @@
// Package point is a shell of V2Ray to run on various of systems.
// Point server is a full functionality proxying system. It consists of an inbound and an outbound
// connection, as well as any number of inbound and outbound detours. It provides a way internally
// to route network packets.
package point
import (
@ -10,7 +14,7 @@ import (
"github.com/v2ray/v2ray-core/transport/ray"
)
// Point is an single server in V2Ray system.
// Point shell of V2Ray.
type Point struct {
port v2net.Port
ich connhandler.InboundConnectionHandler