gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16967 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r16967 - gnunet/src/dht
Date: Mon, 19 Sep 2011 22:25:37 +0200

Author: grothoff
Date: 2011-09-19 22:25:37 +0200 (Mon, 19 Sep 2011)
New Revision: 16967

Modified:
   gnunet/src/dht/gnunet-service-dht.c
   gnunet/src/dht/test_dht_twopeer_data.conf
Log:
cleanup

Modified: gnunet/src/dht/gnunet-service-dht.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht.c 2011-09-19 20:19:45 UTC (rev 16966)
+++ gnunet/src/dht/gnunet-service-dht.c 2011-09-19 20:25:37 UTC (rev 16967)
@@ -27,7 +27,7 @@
  * TODO:
  * - decide which 'benchmark'/test functions to keep (malicious code, 
kademlia, etc.)
  * - decide on 'stop_on_closest', 'stop_on_found', 'do_find_peer', 
'paper_forwarding'
- * - use OPTION_MULTIPLE instead of linked list ofr the forward_list.hashmap
+ * - use OPTION_MULTIPLE instead of linked list for the forward_list.hashmap
  * - use different 'struct DHT_MessageContext' for the different types of
  *   messages (currently rather confusing, especially with things like
  *   peer bloom filters occuring when processing replies).

Modified: gnunet/src/dht/test_dht_twopeer_data.conf
===================================================================
--- gnunet/src/dht/test_dht_twopeer_data.conf   2011-09-19 20:19:45 UTC (rev 
16966)
+++ gnunet/src/dht/test_dht_twopeer_data.conf   2011-09-19 20:25:37 UTC (rev 
16967)
@@ -1,5 +1,6 @@
-[fs]
-AUTOSTART = NO
+[PATHS]
+DEFAULTCONFIG = test_dht_twopeer_data.conf
+SERVICEHOME = /tmp/test-dht-twopeer/
 
 [resolver]
 AUTOSTART = YES
@@ -9,7 +10,6 @@
 AUTOSTART = YES
 #PREFIX = xterm -T dht -e gdb --args
 PORT = 2100
-PUT_PEER_IDENTITIES = YES
 
 [block]
 plugins = test dht dns
@@ -47,11 +47,6 @@
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
 
-[PATHS]
-DEFAULTCONFIG = test_dht_twopeer_data.conf
-SERVICEHOME = /tmp/test-dht-twopeer/
-
-
 [nat]
 DISABLEV6 = YES
 ENABLE_UPNP = NO
@@ -64,9 +59,12 @@
 [dns]
 AUTOSTART = NO
 
+[mesh]
+AUTOSTART = NO
 
-
 [nse]
 AUTOSTART = NO
 
+[fs]
+AUTOSTART = NO
 




reply via email to

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