better explain small_world_ring, use consistent variable names
[oweals/gnunet.git] / src / testing / test_testing_data_topology_clique.conf
index 535b6db8cf57676202bb3b16656ee8b6775f84d2..012c2cab43d0d758bc435d6f96e5ec5d374625d4 100644 (file)
@@ -9,12 +9,14 @@ PORT = 2564
 PORT = 2565
 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
 
 [arm]
 PORT = 2566
-DEFAULTSERVICES = peerinfo transport core
+DEFAULTSERVICES = 
 
 [statistics]
 PORT = 2567
@@ -22,19 +24,30 @@ PORT = 2567
 [transport-tcp]
 PORT = 2568
 
+[transport-udp]
+PORT = 2568
+
 [peerinfo]
 PORT = 2569
 #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 = 2570
 #PREFIX = xterm -e xterm -T CORE -e gdb --args
 #PREFIX = valgrind --tool=memcheck --log-file=logs%p
-DEBUG = YES
+#DEBUG = YES
 
 [testing]
-NUM_PEERS = 8
+NUM_PEERS = 4
 WEAKRANDOM = YES
-TOPOLOGY = 0
+TOPOLOGY = CLIQUE
 F2F = YES
+#DEBUG = YES
+
+[dht]
+AUTOSTART = NO
+
+