Count outgoing packets
This commit is contained in:
parent
213cc9c4b5
commit
f79554f918
|
@ -554,7 +554,7 @@ int Client::read_quic() {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pktcnt == 10) {
|
if (++pktcnt == 100) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue