aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologyrandom.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_topologyrandom.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_topologyrandom.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyrandom.conf81
1 files changed, 81 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologyrandom.conf b/src/testbed/test_testbed_api_testbed_run_topologyrandom.conf
new file mode 100644
index 000000000..3c7980682
--- /dev/null
+++ b/src/testbed/test_testbed_api_testbed_run_topologyrandom.conf
@@ -0,0 +1,81 @@
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 = RANDOM
9OVERLAY_RANDOM_LINKS = 5
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
33DEBUG = NO
34ACCEPT_FROM6 = ::1;
35ACCEPT_FROM = 127.0.0.1;
36NEIGHBOUR_LIMIT = 50
37PORT = 12365
38
39[ats]
40WAN_QUOTA_OUT = 3932160
41WAN_QUOTA_IN = 3932160
42
43[core]
44PORT = 12092
45AUTOSTART = YES
46
47[arm]
48DEFAULTSERVICES = core transport
49PORT = 12366
50DEBUG = NO
51
52[transport-tcp]
53TIMEOUT = 300 s
54PORT = 12368
55
56[TESTING]
57NUM_PEERS = 5
58WEAKRANDOM = YES
59DEBUG = YES
60HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
61MAX_CONCURRENT_SSH = 10
62USE_PROGRESSBARS = YES
63PEERGROUP_TIMEOUT = 2400 s
64
65[gnunetd]
66HOSTKEY = $SERVICEHOME/.hostkey
67
68[PATHS]
69SERVICEHOME = /tmp/test-testbed/
70
71[dns]
72AUTOSTART = NO
73
74[nse]
75AUTOSTART = NO
76
77[vpn]
78AUTOSTART = NO
79
80[nat]
81RETURN_LOCAL_ADDRESSES = YES