better explain small_world_ring, use consistent variable names
[oweals/gnunet.git] / src / testing / test_testing_data_topology_clique.conf
index a015b9b66508e978cc71d06ccdadfb6b09447e5e..012c2cab43d0d758bc435d6f96e5ec5d374625d4 100644 (file)
@@ -8,12 +8,15 @@ PORT = 2564
 [transport]
 PORT = 2565
 PLUGINS = tcp
-#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
+#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
@@ -21,13 +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
 
 [testing]
-NUM_PEERS = 6
+NUM_PEERS = 4
 WEAKRANDOM = YES
-TOPOLOGY = 0
+TOPOLOGY = CLIQUE
+F2F = YES
+#DEBUG = YES
+
+[dht]
+AUTOSTART = NO
+
+