Browse Source

Merge branch 'master' of https://github.com/v2ray/v2ray-core

v2ray 9 năm trước cách đây
mục cha
commit
6e8b65551c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      transport/ray/direct.go

+ 1 - 1
transport/ray/direct.go

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