mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-09-05 05:36:29 -04:00
more comments
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user