gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8016 - GNUnet/src/applications/dht/module


From: gnunet
Subject: [GNUnet-SVN] r8016 - GNUnet/src/applications/dht/module
Date: Thu, 25 Dec 2008 23:46:39 -0700 (MST)

Author: grothoff
Date: 2008-12-25 23:46:39 -0700 (Thu, 25 Dec 2008)
New Revision: 8016

Modified:
   GNUnet/src/applications/dht/module/routing.c
Log:
fix

Modified: GNUnet/src/applications/dht/module/routing.c
===================================================================
--- GNUnet/src/applications/dht/module/routing.c        2008-12-26 06:42:51 UTC 
(rev 8015)
+++ GNUnet/src/applications/dht/module/routing.c        2008-12-26 06:46:39 UTC 
(rev 8016)
@@ -44,9 +44,10 @@
 
 /**
  * What is the estimated per-hop delay for DHT operations
- * (this is how much we will request from the GNUnet core)
+ * (this is how much we will request from the GNUnet core);
+ * Must not be zero!
  */
-#define DHT_DELAY (5 * GNUNET_CRON_SECONDS)
+#define DHT_DELAY (500 * GNUNET_CRON_MILLISECONDS)
 
 /**
  * What is the maximum number of results returned by any DHT
@@ -77,8 +78,7 @@
 /**
  * How long do we keep content after receiving a PUT request for it?
  */
-#define CONTENT_LIFETIME (5 * GNUNET_CRON_SECONDS)
-// (12 * GNUNET_CRON_HOURS)
+#define CONTENT_LIFETIME (12 * GNUNET_CRON_HOURS)
 
 /**
  * @brief record used for sending response back





reply via email to

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