Lines Matching full:ngtcp2
28 #include <ngtcp2/ngtcp2.h>
34 #include <ngtcp2/ngtcp2_crypto_boringssl.h>
36 #include <ngtcp2/ngtcp2_crypto_quictls.h>
40 #include <ngtcp2/ngtcp2_crypto_gnutls.h>
43 #include <ngtcp2/ngtcp2_crypto_wolfssl.h>
104 * Store ngtcp2 version info in this buffer.
110 (void)msnprintf(p, len, "ngtcp2/%s nghttp3/%s", in Curl_ngtcp2_ver()
311 /* ngtcp2 default congestion controller does not perform pacing. Limit
756 * ngtcp2 tells us when it wants to be invoked again. We handle that via
1689 * Read a network packet to send from ngtcp2 into `buf`.
1709 /* ngtcp2 may want to put several frames from different streams into in read_pkt_to_send()
1713 * When ngtcp2 is happy (because it has no other frame that would fit in read_pkt_to_send()
1764 /* ngtcp2 wants to send more. update the flow of the stream whose data in read_pkt_to_send()
1832 * To detect if this minimum payload can be increased, ngtcp2 sends in cf_progress_egress()
1928 /* TODO: there seems right now no API in ngtcp2 to shrink/enlarge in h3_data_pause()