Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-https-connect.c122 unsigned int hard_eyeballs_timeout_ms; member
166 ctx->hard_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout; in cf_hc_reset()
235 if(elapsed_ms >= ctx->hard_eyeballs_timeout_ms) { in time_to_start_h21()
237 ctx->hard_eyeballs_timeout_ms); in time_to_start_h21()
249 Curl_expire(data, ctx->hard_eyeballs_timeout_ms - elapsed_ms, in time_to_start_h21()

Completed in 5 milliseconds