aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-16 17:53:26 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-16 17:53:26 +0000
commit26bf6d22e5395a03ec3f6ac6164df1f3482da374 (patch)
treebecde8a860504da20f45045815fc9252cce7d252 /src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf
parent5c6866ff424ec0292ea1b5cc637c5a0d87021c82 (diff)
downloadgnunet-26bf6d22e5395a03ec3f6ac6164df1f3482da374.tar.gz
gnunet-26bf6d22e5395a03ec3f6ac6164df1f3482da374.zip
small world topology
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf80
1 files changed, 80 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf b/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf
new file mode 100644
index 000000000..662233d90
--- /dev/null
+++ b/src/testbed/test_testbed_api_testbed_run_topologysmallworld.conf
@@ -0,0 +1,80 @@
1[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost
6PARALLEL_OVERLAY_CONNECT_THRESHOLD = 2
7OVERLAY_TOPOLOGY = SMALL_WORLD
8OVERLAY_RANDOM_LINKS = 3
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
32ACCEPT_FROM6 = ::1;
33ACCEPT_FROM = 127.0.0.1;
34NEIGHBOUR_LIMIT = 50
35PORT = 12365
36
37[ats]
38WAN_QUOTA_OUT = 3932160
39WAN_QUOTA_IN = 3932160
40
41[core]
42PORT = 12092
43AUTOSTART = YES
44
45[arm]
46DEFAULTSERVICES = core transport
47PORT = 12366
48
49[transport-tcp]
50TIMEOUT = 300 s
51PORT = 12368
52
53[TESTING]
54NUM_PEERS = 5
55WEAKRANDOM = YES
56HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
57MAX_CONCURRENT_SSH = 10
58USE_PROGRESSBARS = YES
59PEERGROUP_TIMEOUT = 2400 s
60
61[gnunetd]
62HOSTKEY = $SERVICEHOME/.hostkey
63
64[PATHS]
65SERVICEHOME = /tmp/test-testbed/
66
67[dns]
68AUTOSTART = NO
69
70[nse]
71AUTOSTART = NO
72
73[vpn]
74AUTOSTART = NO
75
76[nat]
77RETURN_LOCAL_ADDRESSES = YES
78
79[gns-helper-service-w32]
80AUTOSTART = NO \ No newline at end of file