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