curl/lib/vquic
trrui-huawei 23c3dc20c1
quiche: enable quiche to handle timeout events
In parallel with ngtcp2, quiche also offers the `quiche_conn_on_timeout`
interface for the application to invoke upon timer
expiration. Therefore, invoking the `on_timeout` function of the
Connection is crucial to ensure seamless functionality of quiche with
timeout events.

Closes #11654
2023-08-15 14:38:31 +02:00
..
curl_msh3.c trace: make tracing available in non-debug builds 2023-08-03 17:32:25 +02:00
curl_msh3.h
curl_ngtcp2.c ngtcp2: remove dead code 2023-08-08 12:29:48 +02:00
curl_ngtcp2.h
curl_quiche.c quiche: enable quiche to handle timeout events 2023-08-15 14:38:31 +02:00
curl_quiche.h
vquic_int.h lib: remove unused functions, make single-use static 2023-05-23 11:08:51 +02:00
vquic.c http3/ngtcp2: shorten handshake, trace cleanup 2023-08-07 17:13:52 +02:00
vquic.h