Count outgoing packets

This commit is contained in:
Tatsuhiro Tsujikawa 2021-03-18 23:07:42 +09:00
parent 2321253545
commit 9f1fc4810b
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ int Client::read_quic() {
return -1;
}
if (pktcnt == 10) {
if (++pktcnt == 100) {
break;
}
}