aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-06 11:34:50 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-06 11:34:50 +0000
commitb1a2980791116f9c8d02fadbc4a70a9747e02718 (patch)
tree9706d640c5a5f35ecf97ee2af81084b4f3495ed5 /src/mesh
parent9778817e667bc13d4add8f4779b39b6f6a607bfb (diff)
downloadgnunet-b1a2980791116f9c8d02fadbc4a70a9747e02718.tar.gz
gnunet-b1a2980791116f9c8d02fadbc4a70a9747e02718.zip
Tweaked configuration files and testcase
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/test_mesh.conf2
-rw-r--r--src/mesh/test_mesh_path.conf2
-rw-r--r--src/mesh/test_mesh_small.conf2
-rw-r--r--src/mesh/test_mesh_small_unicast.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf
index a23b07b41..c6a6dff2e 100644
--- a/src/mesh/test_mesh.conf
+++ b/src/mesh/test_mesh.conf
@@ -10,7 +10,7 @@ AUTOSTART = YES
10ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
11HOSTNAME = localhost 11HOSTNAME = localhost
12PORT = 10511 12PORT = 10511
13PREFIX = valgrind --leak-check=full 13# PREFIX = valgrind --leak-check=full
14# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 14# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
15 15
16[dht] 16[dht]
diff --git a/src/mesh/test_mesh_path.conf b/src/mesh/test_mesh_path.conf
index a23b07b41..c6a6dff2e 100644
--- a/src/mesh/test_mesh_path.conf
+++ b/src/mesh/test_mesh_path.conf
@@ -10,7 +10,7 @@ AUTOSTART = YES
10ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
11HOSTNAME = localhost 11HOSTNAME = localhost
12PORT = 10511 12PORT = 10511
13PREFIX = valgrind --leak-check=full 13# PREFIX = valgrind --leak-check=full
14# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 14# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
15 15
16[dht] 16[dht]
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index fb8867939..98def94c0 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -53,7 +53,7 @@ DEBUG=YES
53[testing] 53[testing]
54NUM_PEERS = 16 54NUM_PEERS = 16
55WEAKRANDOM = YES 55WEAKRANDOM = YES
56TOPOLOGY = FROM_FILE 56TOPOLOGY = 2D_TORUS
57CONNECT_TOPOLOGY = NONE 57CONNECT_TOPOLOGY = NONE
58TOPOLOGY_FILE = small.dat 58TOPOLOGY_FILE = small.dat
59#CONNECT_TOPOLOGY = ERDOS_RENYI 59#CONNECT_TOPOLOGY = ERDOS_RENYI
diff --git a/src/mesh/test_mesh_small_unicast.c b/src/mesh/test_mesh_small_unicast.c
index cf611e949..92e5d078b 100644
--- a/src/mesh/test_mesh_small_unicast.c
+++ b/src/mesh/test_mesh_small_unicast.c
@@ -300,7 +300,7 @@ connect_mesh_service (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
300 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: connect_mesh_service\n"); 300 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "test: connect_mesh_service\n");
301 301
302 d1 = GNUNET_TESTING_daemon_get (pg, 1); 302 d1 = GNUNET_TESTING_daemon_get (pg, 1);
303 d2 = GNUNET_TESTING_daemon_get (pg, 13); 303 d2 = GNUNET_TESTING_daemon_get (pg, 3);
304 app = (GNUNET_MESH_ApplicationType) 0; 304 app = (GNUNET_MESH_ApplicationType) 0;
305 305
306#if VERBOSE 306#if VERBOSE