Home
last modified time | relevance | path

Searched refs:max_idle_ms (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vquic/
H A Dcurl_ngtcp2.c137 uint64_t max_idle_ms; /* max idle time for QUIC connection */ member
158 ctx->max_idle_ms = CURL_QUIC_MAX_IDLE_MS; in cf_ngtcp2_ctx_init()
439 t->max_idle_timeout = (ctx->max_idle_ms * NGTCP2_MILLISECONDS); in quic_settings()
2507 uint64_t idle_ms = ctx->max_idle_ms; in cf_ngtcp2_conn_is_alive()
H A Dcurl_osslq.c294 uint64_t max_idle_ms; /* max idle time for QUIC connection */ member
2190 uint64_t idle_ms = ctx->max_idle_ms; in cf_osslq_conn_is_alive()

Completed in 79 milliseconds