mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
update test performance
This commit is contained in:
parent
c0a1198514
commit
d602025908
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user