Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dvquic_int.h32 #define MAX_PKT_BURST 10 macro
H A Dcurl_ngtcp2.c267 the maximum packet burst to MAX_PKT_BURST packets. */
268 #define MAX_PKT_BURST 10 macro
1786 max_pktcnt = CURLMIN(MAX_PKT_BURST, in cf_progress_egress()
1833 /* Reached MAX_PKT_BURST *or* in cf_progress_egress()
H A Dcurl_quiche.c702 if((size_t)nread < gsolen || pkt_count >= MAX_PKT_BURST) { in cf_flush_egress()

Completed in 5 milliseconds