From cc58f5cb8f507519a9837473ad62b5b3f2f7d86a Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 10 Feb 2017 16:38:32 +0100 Subject: [PATCH] doc --- core.go | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/core.go b/core.go index 5f096aad8..8dfc694bf 100644 --- a/core.go +++ b/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 (