* 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).
-[fs]
-AUTOSTART = NO
+[PATHS]
+DEFAULTCONFIG = test_dht_twopeer_data.conf
+SERVICEHOME = /tmp/test-dht-twopeer/
[resolver]
AUTOSTART = YES
AUTOSTART = YES
#PREFIX = xterm -T dht -e gdb --args
PORT = 2100
-PUT_PEER_IDENTITIES = YES
[block]
plugins = test dht dns
[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey
-[PATHS]
-DEFAULTCONFIG = test_dht_twopeer_data.conf
-SERVICEHOME = /tmp/test-dht-twopeer/
-
-
[nat]
DISABLEV6 = YES
ENABLE_UPNP = NO
[dns]
AUTOSTART = NO
-
+[mesh]
+AUTOSTART = NO
[nse]
AUTOSTART = NO
+[fs]
+AUTOSTART = NO