mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
(trunk libT) only resolve ipv4 tracker addresses for now
This commit is contained in:
parent
ae985a5abb
commit
f3a2a35952
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ addTask( void * vtask )
|
|||
tr_free( str );
|
||||
}
|
||||
|
||||
curl_easy_setopt( easy, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
|
||||
curl_easy_setopt( easy, CURLOPT_DNS_CACHE_TIMEOUT, 360L );
|
||||
curl_easy_setopt( easy, CURLOPT_CONNECTTIMEOUT, 60L );
|
||||
curl_easy_setopt( easy, CURLOPT_FOLLOWLOCATION, 1L );
|
||||
|
|
Loading…
Reference in a new issue