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

This commit is contained in:
Shelikhoo
2019-12-26 19:34:48 +08:00
11 changed files with 92 additions and 117 deletions

View File

@@ -810,10 +810,10 @@ func TestVMessKCPLarge(t *testing.T) {
Protocol: internet.TransportProtocol_MKCP,
Settings: serial.ToTypedMessage(&kcp.Config{
ReadBuffer: &kcp.ReadBuffer{
Size: 4096,
Size: 512 * 1024,
},
WriteBuffer: &kcp.WriteBuffer{
Size: 4096,
Size: 512 * 1024,
},
UplinkCapacity: &kcp.UplinkCapacity{
Value: 20,
@@ -897,10 +897,10 @@ func TestVMessKCPLarge(t *testing.T) {
Protocol: internet.TransportProtocol_MKCP,
Settings: serial.ToTypedMessage(&kcp.Config{
ReadBuffer: &kcp.ReadBuffer{
Size: 4096,
Size: 512 * 1024,
},
WriteBuffer: &kcp.WriteBuffer{
Size: 4096,
Size: 512 * 1024,
},
UplinkCapacity: &kcp.UplinkCapacity{
Value: 20,