Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-https-connect.c121 unsigned int soft_eyeballs_timeout_ms; member
167 ctx->soft_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout / 2; in cf_hc_reset()
241 if(elapsed_ms >= ctx->soft_eyeballs_timeout_ms) { in time_to_start_h21()
245 ctx->soft_eyeballs_timeout_ms); in time_to_start_h21()
281 Curl_expire(data, ctx->soft_eyeballs_timeout_ms, EXPIRE_ALPN_EYEBALLS); in cf_hc_connect()

Completed in 4 milliseconds