aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologyline.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-01 21:12:56 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-01 21:12:56 +0000
commit55966806a86ad5f28be24407648e0e707e8fef80 (patch)
treeafa04daf3e127d274bff5f06630a4140d6cd7307 /src/testbed/test_testbed_api_testbed_run_topologyline.conf
parent13361222d8b8d47611d67c240ae2329cdc999a7e (diff)
downloadgnunet-55966806a86ad5f28be24407648e0e707e8fef80.tar.gz
gnunet-55966806a86ad5f28be24407648e0e707e8fef80.zip
topology option support for GNUNET_TESTBED_run() via configuration
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologyline.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyline.conf80
1 files changed, 80 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologyline.conf b/src/testbed/test_testbed_api_testbed_run_topologyline.conf
new file mode 100644
index 000000000..2958f765c
--- /dev/null
+++ b/src/testbed/test_testbed_api_testbed_run_topologyline.conf
@@ -0,0 +1,80 @@
1[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost
6NEIGHBOUR_LIMIT = 100
7MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 10
8OVERLAY_TOPOLOGY = LINE
9#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
10
11[fs]
12AUTOSTART = NO
13
14[resolver]
15AUTOSTART = NO
16
17[mesh]
18AUTOSTART = NO
19
20[dht]
21AUTOSTART = NO
22
23[block]
24plugins = dht test
25
26[dhtcache]
27QUOTA = 1 MB
28DATABASE = sqlite
29
30[transport]
31PLUGINS = tcp
32DEBUG = NO
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
49DEBUG = NO
50
51[transport-tcp]
52TIMEOUT = 300 s
53PORT = 12368
54
55[TESTING]
56NUM_PEERS = 5
57WEAKRANDOM = YES
58DEBUG = YES
59HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
60MAX_CONCURRENT_SSH = 10
61USE_PROGRESSBARS = YES
62PEERGROUP_TIMEOUT = 2400 s
63
64[gnunetd]
65HOSTKEY = $SERVICEHOME/.hostkey
66
67[PATHS]
68SERVICEHOME = /tmp/test-testbed/
69
70[dns]
71AUTOSTART = NO
72
73[nse]
74AUTOSTART = NO
75
76[vpn]
77AUTOSTART = NO
78
79[nat]
80RETURN_LOCAL_ADDRESSES = YES