aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-29 10:41:46 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-29 10:41:46 +0000
commitc8209edd23a78f90a06db835e351dfc3c621d47b (patch)
tree2a7f294e50af71f41c2dd90e4293c14ca087d116 /src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf
parent137c59b2d463efa18f5807a443eda270ccfa3bbf (diff)
downloadgnunet-c8209edd23a78f90a06db835e351dfc3c621d47b.tar.gz
gnunet-c8209edd23a78f90a06db835e351dfc3c621d47b.zip
- use configuration template for duplicate configurations
Diffstat (limited to 'src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf')
-rw-r--r--src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf77
1 files changed, 2 insertions, 75 deletions
diff --git a/src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf b/src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf
index d96cd7202..0f89ca83a 100644
--- a/src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf
+++ b/src/testbed/test_testbed_api_testbed_run_topologyscalefree.conf
@@ -1,79 +1,6 @@
1@INLINE@ test_testbed_api_template.conf
2
1[testbed] 3[testbed]
2AUTOSTART = NO
3PORT = 12113
4ACCEPT_FROM = 127.0.0.1;
5HOSTNAME = localhost
6NEIGHBOUR_LIMIT = 100
7OVERLAY_TOPOLOGY = SCALE_FREE 4OVERLAY_TOPOLOGY = SCALE_FREE
8SCALE_FREE_TOPOLOGY_CAP = 70 5SCALE_FREE_TOPOLOGY_CAP = 70
9SCALE_FREE_TOPOLOGY_M = 5 6SCALE_FREE_TOPOLOGY_M = 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[dhtcache]
25QUOTA = 1 MB
26DATABASE = heap
27
28[transport]
29PLUGINS = tcp
30ACCEPT_FROM6 = ::1;
31ACCEPT_FROM = 127.0.0.1;
32NEIGHBOUR_LIMIT = 50
33PORT = 12365
34
35[ats]
36WAN_QUOTA_OUT = 3932160
37WAN_QUOTA_IN = 3932160
38
39[core]
40PORT = 12092
41AUTOSTART = YES
42USE_EPHEMERAL_KEYS = NO
43
44[arm]
45DEFAULTSERVICES = core transport
46PORT = 12366
47
48[transport-tcp]
49TIMEOUT = 300 s
50PORT = 12368
51
52[TESTING]
53NUM_PEERS = 5
54WEAKRANDOM = YES
55HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
56MAX_CONCURRENT_SSH = 10
57USE_PROGRESSBARS = YES
58PEERGROUP_TIMEOUT = 2400 s
59
60[gnunetd]
61HOSTKEY = $GNUNET_TEST_HOME/.hostkey
62
63[PATHS]
64GNUNET_TEST_HOME = /tmp/test-testbed/
65
66[dns]
67AUTOSTART = NO
68
69[nse]
70AUTOSTART = NO
71
72[vpn]
73AUTOSTART = NO
74
75[nat]
76RETURN_LOCAL_ADDRESSES = YES
77
78[gns-helper-service-w32]
79AUTOSTART = NO