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-11-22 17:03:48 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-22 17:03:48 +0000
commit3238f6daafe108e9faaa56df8bc4c10ff8af56c2 (patch)
tree7748e9a4e7dda2282ab74de8bbdddb88c5ed2bfe /src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
parentc2d88b4c711713ee4d5511cb30142aa4c7738548 (diff)
downloadgnunet-3238f6daafe108e9faaa56df8bc4c10ff8af56c2.tar.gz
gnunet-3238f6daafe108e9faaa56df8bc4c10ff8af56c2.zip
topology loading from file
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf81
1 files changed, 81 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
new file mode 100644
index 000000000..9d91b7193
--- /dev/null
+++ b/src/testbed/test_testbed_api_testbed_run_topologyfromfile.conf
@@ -0,0 +1,81 @@
1[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost
6NEIGHBOUR_LIMIT = 100
7OVERLAY_TOPOLOGY = FROM_FILE
8TOPOLOGY_FILE = overlay_topology.txt
9PARALLEL_OVERLAY_CONNECT_THRESHOLD = 2
10#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
11
12[fs]
13AUTOSTART = NO
14
15[resolver]
16AUTOSTART = NO
17
18[mesh]
19AUTOSTART = NO
20
21[dht]
22AUTOSTART = NO
23
24[block]
25plugins = dht test
26
27[dhtcache]
28QUOTA = 1 MB
29DATABASE = sqlite
30
31[transport]
32PLUGINS = tcp
33ACCEPT_FROM6 = ::1;
34ACCEPT_FROM = 127.0.0.1;
35NEIGHBOUR_LIMIT = 50
36PORT = 12365
37
38[ats]
39WAN_QUOTA_OUT = 3932160
40WAN_QUOTA_IN = 3932160
41
42[core]
43PORT = 12092
44AUTOSTART = YES
45
46[arm]
47DEFAULTSERVICES = core transport
48PORT = 12366
49
50[transport-tcp]
51TIMEOUT = 300 s
52PORT = 12368
53
54[TESTING]
55NUM_PEERS = 5
56WEAKRANDOM = YES
57HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
58MAX_CONCURRENT_SSH = 10
59USE_PROGRESSBARS = YES
60PEERGROUP_TIMEOUT = 2400 s
61
62[gnunetd]
63HOSTKEY = $SERVICEHOME/.hostkey
64
65[PATHS]
66SERVICEHOME = /tmp/test-testbed/
67
68[dns]
69AUTOSTART = NO
70
71[nse]
72AUTOSTART = NO
73
74[vpn]
75AUTOSTART = NO
76
77[nat]
78RETURN_LOCAL_ADDRESSES = YES
79
80[gns-helper-service-w32]
81AUTOSTART = NO