gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5089 - GNUnet/src/transports


From: gnunet
Subject: [GNUnet-SVN] r5089 - GNUnet/src/transports
Date: Sat, 16 Jun 2007 04:39:19 -0600 (MDT)

Author: grothoff
Date: 2007-06-16 04:39:18 -0600 (Sat, 16 Jun 2007)
New Revision: 5089

Modified:
   GNUnet/src/transports/http.c
Log:
stuff

Modified: GNUnet/src/transports/http.c
===================================================================
--- GNUnet/src/transports/http.c        2007-06-16 10:35:16 UTC (rev 5088)
+++ GNUnet/src/transports/http.c        2007-06-16 10:39:18 UTC (rev 5089)
@@ -28,6 +28,9 @@
  * - proper connection re-establishment
  * - nothing copies TO wbuff, only from (see FIXMEs)
  * - free resources allocated for PUT!
+ * - integrate MHD thread into CURL thread
+ * - why does valgrind show "conditional jump depends on uninit values" for 
curl_multi_perform?
+ * - where does the 1s loopback-ping latency come from?
  */
 
 #include "gnunet_util.h"
@@ -823,6 +826,9 @@
                   CURLOPT_CONNECTTIMEOUT,
                   150L);
   CURL_EASY_SETOPT(curl_get,
+                  CURLOPT_TIMEOUT,
+                  150L);
+  CURL_EASY_SETOPT(curl_get,
                   CURLOPT_WRITEFUNCTION,
                   &receiveContentCallback);
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]