Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcf-https-connect.c105 int soft_eyeballs_timeout_ms; member
151 ctx->soft_eyeballs_timeout_ms = data->set.happy_eyeballs_timeout / 2; in cf_hc_reset()
223 if(elapsed_ms >= ctx->soft_eyeballs_timeout_ms) { in time_to_start_h21()
227 ctx->soft_eyeballs_timeout_ms); in time_to_start_h21()
263 Curl_expire(data, ctx->soft_eyeballs_timeout_ms, EXPIRE_ALPN_EYEBALLS); in cf_hc_connect()

Completed in 1 milliseconds