1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00

update test performance

This commit is contained in:
v2ray 2016-07-13 09:19:51 +02:00
parent c0a1198514
commit d602025908
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -27,7 +27,7 @@ func TestDialAndListen(t *testing.T) {
break
}
go func() {
payload := make([]byte, 1024)
payload := make([]byte, 4096)
for {
nBytes, err := conn.Read(payload)
if err != nil {