mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
Count outgoing packets
This commit is contained in:
@@ -554,7 +554,7 @@ int Client::read_quic() {
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (pktcnt == 10) {
|
||||
if (++pktcnt == 100) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user