v2ray 10 jaren geleden
bovenliggende
commit
003fac7d2a
1 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  1. 5 1
      shell/point/point.go

+ 5 - 1
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