Explorar el Código

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

v2ray hace 9 años
padre
commit
6e8b65551c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.