Home
last modified time | relevance | path

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

/curl/docs/libcurl/opts/
H A DCURLOPT_MAXLIFETIME_CONN.md19 CURLOPT_MAXLIFETIME_CONN - max lifetime (since creation) allowed for reusing a connection
H A DCURLOPT_SSL_CTX_FUNCTION.md80 libcurl does not guarantee the lifetime of the passed in object once this
/curl/lib/
H A Durl.c719 timediff_t idletime, lifetime; in conn_maxage() local
730 lifetime = Curl_timediff(now, conn->created); in conn_maxage()
731 lifetime /= 1000; /* integer seconds is fine */ in conn_maxage()
733 if(data->set.maxlifetime_conn && lifetime > data->set.maxlifetime_conn) { in conn_maxage()
736 " seconds since creation), disconnect it", lifetime); in conn_maxage()

Completed in 13 milliseconds