gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5027 - GNUnet/src/transports/upnp


From: gnunet
Subject: [GNUnet-SVN] r5027 - GNUnet/src/transports/upnp
Date: Tue, 12 Jun 2007 23:45:12 -0600 (MDT)

Author: grothoff
Date: 2007-06-12 23:45:12 -0600 (Tue, 12 Jun 2007)
New Revision: 5027

Modified:
   GNUnet/src/transports/upnp/upnp.c
Log:
timeout

Modified: GNUnet/src/transports/upnp/upnp.c
===================================================================
--- GNUnet/src/transports/upnp/upnp.c   2007-06-13 05:35:43 UTC (rev 5026)
+++ GNUnet/src/transports/upnp/upnp.c   2007-06-13 05:45:12 UTC (rev 5027)
@@ -426,6 +426,9 @@
                   1L);
   CURL_EASY_SETOPT(curl,
                   CURLOPT_CONNECTTIMEOUT,
+                  1L);
+  CURL_EASY_SETOPT(curl,
+                  CURLOPT_TIMEOUT,
                   2L);
   /* NOTE: use of CONNECTTIMEOUT without also
      setting NOSIGNAL results in really weird
@@ -575,7 +578,11 @@
                   1L);
   CURL_EASY_SETOPT(curl,
                   CURLOPT_CONNECTTIMEOUT,
+                  1L);
+  CURL_EASY_SETOPT(curl,
+                  CURLOPT_TIMEOUT,
                   2L);
+
   /* NOTE: use of CONNECTTIMEOUT without also
      setting NOSIGNAL results in really weird
      crashes on my system! */





reply via email to

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