1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

increase buffer size in ray

This commit is contained in:
Darien Raymond 2016-02-03 14:12:46 +00:00
parent edd02f7d3c
commit b54a265373

View File

@ -5,7 +5,7 @@ import (
)
const (
bufferSize = 16
bufferSize = 128
)
// NewRay creates a new Ray for direct traffic transport.