doxygen documentation
[oweals/gnunet.git] / src / testing / test_testing_data_topology_none.conf
index 9ff8ca390a006761e04b9af0929d6d48cf73640f..6a2d023dc4af8f436e3f25abd07c141aaf49eb21 100644 (file)
@@ -3,16 +3,14 @@ SERVICEHOME = /tmp/test-gnunet-testing/
 DEFAULTCONFIG = test_testing_data_topology_clique.conf
 
 [resolver]
+AUTOSTART = NO
 PORT = 0
 
 [transport]
 PORT = 0
 PLUGINS = tcp
-#PREFIX = xterm -e xterm -T transport -e gdb --args
 #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
-#PREFIX = valgrind --tool=memcheck --log-file=logs%p
-#PREFIX = valgrind --tool=callgrind --log-file=callgrind.%p
-#DEBUG = YES
+#PREFIX = valgrind --tool=massif
 
 [topology]
 PORT = 0
@@ -22,23 +20,18 @@ PORT = 0
 DEFAULTSERVICES = 
 
 [statistics]
+AUTOSTART = NO
 PORT = 0
 
 [transport-tcp]
 PORT = 2568
+BINDTO = 127.0.0.1
 
 [peerinfo]
 PORT = 0
-#DEBUG = YES
-#PREFIX = xterm -e xterm -T peerinfo -e gdb --args
-#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/peerinfo/.libs/gnunet-service-peerinfo
-#PREFIX = valgrind --tool=memcheck --log-file=peerinfo%p
 
 [core]
 PORT = 0
-#PREFIX = xterm -e xterm -T CORE -e gdb --args
-#PREFIX = valgrind --tool=memcheck --log-file=logs%p
-#DEBUG = YES
 
 [hostlist]
 PORT = 0
@@ -47,10 +40,19 @@ PORT = 0
 PORT = 0
 
 [testing]
-NUM_PEERS = 200
+NUM_PEERS = 1000
 WEAKRANDOM = YES
 TOPOLOGY = NONE
 F2F = NO
 BLACKLIST_TOPOLOGY = NONE
 CONNECT_TOPOLOGY = RING
+#CONNECT_TOPOLOGY = 2D_TORUS
+#CONNECT_TOPOLOGY = CLIQUE
+#CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
+#CONNECT_TOPOLOGY_OPTION_MODIFIER = 20
 #DEBUG = YES
+
+[dht]
+AUTOSTART = NO
+
+