[Gpredict-svn] SF.net SVN: gpredict:[139] trunk/src/tle-update.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-09-20 13:21:30
|
Revision: 139
http://gpredict.svn.sourceforge.net/gpredict/?rev=139&view=rev
Author: csete
Date: 2008-09-20 13:21:28 +0000 (Sat, 20 Sep 2008)
Log Message:
-----------
Changed connection timeout from system default to 10 seconds.
Modified Paths:
--------------
trunk/src/tle-update.c
Modified: trunk/src/tle-update.c
===================================================================
--- trunk/src/tle-update.c 2008-09-18 19:04:42 UTC (rev 138)
+++ trunk/src/tle-update.c 2008-09-20 13:21:28 UTC (rev 139)
@@ -473,6 +473,7 @@
curl_easy_setopt (curl, CURLOPT_PROXY, proxy);
curl_easy_setopt (curl, CURLOPT_USERAGENT, "gpredict/curl");
+ curl_easy_setopt (curl, CURLOPT_CONNECTTIMEOUT, 10);
/* get files */
for (i = 0; i < numfiles; i++) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|