aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-12-17 12:46:15 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-12-17 12:46:15 +0000
commita1ad2810d54f878ae54f220fc69532093ffd613e (patch)
tree80ed2dda272198101ee23e088eba62de3d37e2e0 /src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
parentd2a8eb93d0083b824a10ae9bf26438dfb56b8013 (diff)
downloadgnunet-a1ad2810d54f878ae54f220fc69532093ffd613e.tar.gz
gnunet-a1ad2810d54f878ae54f220fc69532093ffd613e.zip
- rename TOPOLOGY_FILE to OVERLAY_TOPOLOGY_FILE and remove GNUNET_TESTBED_create() and its friends
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
index 9d91b7193..b96df09b9 100644
--- a/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
+++ b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
@@ -5,7 +5,7 @@ ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost 5HOSTNAME = localhost
6NEIGHBOUR_LIMIT = 100 6NEIGHBOUR_LIMIT = 100
7OVERLAY_TOPOLOGY = FROM_FILE 7OVERLAY_TOPOLOGY = FROM_FILE
8TOPOLOGY_FILE = overlay_topology.txt 8OVERLAY_TOPOLOGY_FILE = overlay_topology.txt
9PARALLEL_OVERLAY_CONNECT_THRESHOLD = 2 9PARALLEL_OVERLAY_CONNECT_THRESHOLD = 2
10#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 10#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
11 11