1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-21 16:56:27 -05:00

increase ray buffer size

This commit is contained in:
Darien Raymond 2016-12-02 14:22:46 +01:00
parent 5007d0cd55
commit 2cf44393fb
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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