]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Use CURL_TIMEOUT and not CURL_CONNECTTIMEOUT for FETCHER_TIMEOUT in curl
authorMartin Willi <martin@revosec.ch>
Fri, 8 Feb 2013 09:12:10 +0000 (10:12 +0100)
committerMartin Willi <martin@revosec.ch>
Fri, 8 Feb 2013 10:08:06 +0000 (11:08 +0100)
commit763e86c0930efaf00072b055a767c310d239d1f3
treebad7a3a942ab47e729fccb60294fc0ce17f1a26c
parent2ccdc19ed98e2b1e3476ea948c8daae7bd1c3f73
Use CURL_TIMEOUT and not CURL_CONNECTTIMEOUT for FETCHER_TIMEOUT in curl

This allows us to use this timeout beyond DNS resolution. For the initial
connect, we use a hardcoded timeout of 10s for now.
src/libstrongswan/plugins/curl/curl_fetcher.c