gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5907 - GNUnet/src/applications/dht/module
Date: Sat, 15 Dec 2007 02:30:55 -0700 (MST)

Author: grothoff
Date: 2007-12-15 02:30:55 -0700 (Sat, 15 Dec 2007)
New Revision: 5907

Modified:
   GNUnet/src/applications/dht/module/cs.c
   GNUnet/src/applications/dht/module/routing.c
   GNUnet/src/applications/dht/module/table.c
Log:
no debug

Modified: GNUnet/src/applications/dht/module/cs.c
===================================================================
--- GNUnet/src/applications/dht/module/cs.c     2007-12-15 09:30:47 UTC (rev 
5906)
+++ GNUnet/src/applications/dht/module/cs.c     2007-12-15 09:30:55 UTC (rev 
5907)
@@ -33,7 +33,7 @@
 #include "dht.h"
 #include "gnunet_dht_service.h"
 
-#define DEBUG_CS GNUNET_YES
+#define DEBUG_CS GNUNET_NO
 
 /**
  * Global core API.

Modified: GNUnet/src/applications/dht/module/routing.c
===================================================================
--- GNUnet/src/applications/dht/module/routing.c        2007-12-15 09:30:47 UTC 
(rev 5906)
+++ GNUnet/src/applications/dht/module/routing.c        2007-12-15 09:30:55 UTC 
(rev 5907)
@@ -34,7 +34,7 @@
 #include "gnunet_core.h"
 #include "gnunet_stats_service.h"
 
-#define DEBUG_ROUTING GNUNET_YES
+#define DEBUG_ROUTING GNUNET_NO
 
 /**
  * What is the request priority for DHT operations?

Modified: GNUnet/src/applications/dht/module/table.c
===================================================================
--- GNUnet/src/applications/dht/module/table.c  2007-12-15 09:30:47 UTC (rev 
5906)
+++ GNUnet/src/applications/dht/module/table.c  2007-12-15 09:30:55 UTC (rev 
5907)
@@ -37,6 +37,7 @@
  *     TODO: better randomized neighbor selection in DHT_select_peer
  *     TODO: add callback for discovery-message padding (use core callback
  *           for extra-available bandwidth)
+ *     TODO: add LAN tunnels for increased connectivity choices
  *   + routing.c: tracking of get/put operations, retry, reply handling
  *     code tries best-match routing among entries in table
  *   + service.c: provide DHT services to rest of GNUnet process





reply via email to

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