aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-11-12 18:13:55 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-11-12 18:13:55 +0000
commitcd07db057216ad47693bde4c38b45013628465b0 (patch)
treecd52fb1986c6b051bf5b67517de2700cf8478869 /src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf
parent61a51d59b76d8c0ab20e06314e7c2581a2b595a1 (diff)
downloadgnunet-cd07db057216ad47693bde4c38b45013628465b0.tar.gz
gnunet-cd07db057216ad47693bde4c38b45013628465b0.zip
implementing small world ring topology
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf80
1 files changed, 80 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf b/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf
new file mode 100644
index 000000000..e16c30832
--- /dev/null
+++ b/src/testbed/test_testbed_api_testbed_run_topologysmallworldring.conf
@@ -0,0 +1,80 @@
1[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost
6MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 10
7OVERLAY_TOPOLOGY = SMALL_WORLD_RING
8OVERLAY_RANDOM_LINKS = 5
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