Darien Raymond преди 8 години
родител
ревизия
cc58f5cb8f
променени са 1 файла, в които са добавени 9 реда и са изтрити 1 реда
  1. 9 1
      core.go

+ 9 - 1
core.go

@@ -1,4 +1,12 @@
-// Package core provides common definitions and functionalities of V2Ray.
+// Package core provides an entry point to use V2Ray core functionalities.
+//
+// V2Ray makes it possible to accept incoming network connections with certain
+// protocol, process the data, and send them through another connection with
+// the same or a difference protocol on demand.
+//
+// It may be configured to work with multiple protocols at the same time, and
+// uses the internal router to tunnel through different inbound and outbound
+// connections.
 package core
 
 import (