Count outgoing packets

This commit is contained in:
Tatsuhiro Tsujikawa 2021-03-18 23:07:42 +09:00
parent 213cc9c4b5
commit f79554f918
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;
}
}