Home
last modified time | relevance | path

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

/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c133 uint64_t max_idle_ms; /* max idle time for QUIC connection */ member
375 t->max_idle_timeout = (ctx->max_idle_ms * NGTCP2_MILLISECONDS); in quic_settings()
2040 ctx->max_idle_ms = CURL_QUIC_MAX_IDLE_MS; in cf_connect_start()
2280 uint64_t idle_ms = ctx->max_idle_ms; in cf_ngtcp2_conn_is_alive()
H A Dcurl_quiche.c102 uint64_t max_idle_ms; /* max idle time for QUIC conn */ member
1194 ctx->max_idle_ms = CURL_QUIC_MAX_IDLE_MS; in cf_connect_start()
1213 quiche_config_set_max_idle_timeout(ctx->cfg, ctx->max_idle_ms * 1000); in cf_connect_start()
1494 uint64_t idle_ms = ctx->max_idle_ms; in cf_quiche_conn_is_alive()
H A Dcurl_osslq.c293 uint64_t max_idle_ms; /* max idle time for QUIC connection */ member

Completed in 9 milliseconds