mirror of https://github.com/v2ray/v2ray-core
increase ray buffer size
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