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:
parent
5007d0cd55
commit
2cf44393fb
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
bufferSize = 128
|
||||
bufferSize = 512
|
||||
)
|
||||
|
||||
// NewRay creates a new Ray for direct traffic transport.
|
||||
|
Loading…
Reference in New Issue
Block a user