more comments

This commit is contained in:
V2 Ray
2015-10-15 11:15:59 +00:00
parent a84c03d5db
commit 9071b3ea10
5 changed files with 16 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ const (
bufferSize = 16
)
// NewRay creates a new Ray for direct traffic transport.
func NewRay() Ray {
return &directRay{
Input: make(chan *alloc.Buffer, bufferSize),