From 003fac7d2ad61512ee8365170489171877569ec9 Mon Sep 17 00:00:00 2001 From: v2ray Date: Fri, 4 Dec 2015 22:53:31 +0100 Subject: [PATCH] doc --- shell/point/point.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/shell/point/point.go b/shell/point/point.go index 74d1c789..c8643e6d 100644 --- a/shell/point/point.go +++ b/shell/point/point.go @@ -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