mirror of https://github.com/v2ray/v2ray-core
increase buffer size in ray
parent
edd02f7d3c
commit
b54a265373
|
@ -5,7 +5,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
bufferSize = 16
|
||||
bufferSize = 128
|
||||
)
|
||||
|
||||
// NewRay creates a new Ray for direct traffic transport.
|
||||
|
|
Loading…
Reference in New Issue