Commit 9f1fc481 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Count outgoing packets

parent 23212535
......@@ -554,7 +554,7 @@ int Client::read_quic() {
return -1;
}
if (pktcnt == 10) {
if (++pktcnt == 100) {
break;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment