Home
last modified time | relevance | path

Searched refs:pkts_chunk (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c1595 size_t pkts_chunk = 128, i; in cf_progress_ingress() local
1596 size_t pkts_max = 10 * pkts_chunk; in cf_progress_ingress()
1611 for(i = 0; i < pkts_max; i += pkts_chunk) { in cf_progress_ingress()
1613 result = vquic_recv_packets(cf, data, &ctx->q, pkts_chunk, in cf_progress_ingress()
1617 if(pktx->pkt_count < pkts_chunk) /* got less than we could */ in cf_progress_ingress()

Completed in 4 milliseconds