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