pull/56/head
v2ray 9 years ago
parent 86f800693e
commit 003fac7d2a

@ -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 package point
import ( import (
@ -10,7 +14,7 @@ import (
"github.com/v2ray/v2ray-core/transport/ray" "github.com/v2ray/v2ray-core/transport/ray"
) )
// Point is an single server in V2Ray system. // Point shell of V2Ray.
type Point struct { type Point struct {
port v2net.Port port v2net.Port
ich connhandler.InboundConnectionHandler ich connhandler.InboundConnectionHandler

Loading…
Cancel
Save