Browse Source

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

v2ray 9 years ago
parent
commit
6e8b65551c
1 changed files with 1 additions and 1 deletions
  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.