aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-08-02 23:25:32 +0000
committerBart Polot <bart@net.in.tum.de>2011-08-02 23:25:32 +0000
commit7eef26030cb9b1e259b59d9f2d008b2e17b4b767 (patch)
tree5bee15169b2e6c27b3ab893f9666e9c667b2ef99 /src/mesh/test_mesh_small.conf
parent8c07cc8d5497d769337146660ae835d689c9754d (diff)
downloadgnunet-7eef26030cb9b1e259b59d9f2d008b2e17b4b767.tar.gz
gnunet-7eef26030cb9b1e259b59d9f2d008b2e17b4b767.zip
Adapted nse-profiler for empty mesh multiple-peer test
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r--src/mesh/test_mesh_small.conf133
1 files changed, 133 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
new file mode 100644
index 000000000..7c33c5652
--- /dev/null
+++ b/src/mesh/test_mesh_small.conf
@@ -0,0 +1,133 @@
1[PATHS]
2SERVICEHOME = /tmp/test_mesh_small/
3DEFAULTCONFIG = test_mesh_small.conf
4
5[nse]
6PORT = 0
7UNIXPATH = /tmp/test-nse-service-nse.unix
8BINARY = gnunet-service-nse
9#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
10AUTOSTART = YES
11DEBUG = NO
12CONFIG = $DEFAULTCONFIG
13# Overriding network settings for faster testing (do NOT use
14# these values in production just because they are here)
15WORKDELAY = 10000
16INTERVAL = 3600000
17WORKBITS = 0
18PROOFFILE = $SERVICEHOME/nse.proof
19
20[arm]
21PORT = 0
22DEFAULTSERVICES = core mesh
23UNIXPATH = /tmp/test-nse-service-arm.unix
24#DEBUG = YES
25
26[statistics]
27AUTOSTART = YES
28PORT = 0
29
30[transport-https]
31PORT = 0
32
33[transport-http]
34PORT = 0
35
36[transport-udp]
37PORT = 0
38
39[transport-tcp]
40ADVERTISED_PORT = 0
41PORT = 0
42
43[gnunet-nat-server]
44PORT = 0
45
46[statistics]
47AUTOSTART = YES
48PORT = 0
49
50[fs]
51AUTOSTART = NO
52PORT = 0
53
54[datastore]
55AUTOSTART = NO
56PORT = 0
57
58[dht]
59AUTOSTART = NO
60PORT = 0
61
62[transport]
63PORT = 0
64AUTOSTART = YES
65
66[nat]
67DISABLEV6 = YES
68BINDTO = 127.0.0.1
69ENABLE_UPNP = NO
70BEHIND_NAT = NO
71ALLOW_NAT = NO
72INTERNAL_ADDRESS = 127.0.0.1
73EXTERNAL_ADDRESS = 127.0.0.1
74
75[transport-unix]
76PORT = 11111
77
78[core]
79AUTOSTART = YES
80PORT = 0
81
82[peerinfo]
83AUTOSTART = YES
84PORT = 0
85
86[dns]
87AUTOSTART = NO
88PORT = 0
89
90[resolver]
91PORT = 0
92
93[mesh]
94PORT = 0
95
96[topology]
97PORT = 0
98AUTOSTART = NO
99
100[transport]
101PORT = 0
102plugins = unix
103
104[testing]
105NUM_PEERS = 16
106WEAKRANDOM = YES
107TOPOLOGY = NONE
108CONNECT_TOPOLOGY = RING
109#CONNECT_TOPOLOGY = ERDOS_RENYI
110#CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
111#CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
112#PERCENTAGE = 3
113#PROBABILITY = .1
114F2F = NO
115CONNECT_TIMEOUT = 60
116CONNECT_ATTEMPTS = 3
117#DEBUG = YES
118HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
119MAX_CONCURRENT_SSH = 10
120USE_PROGRESSBARS = YES
121PEERGROUP_TIMEOUT = 2400
122TOPOLOGY_OUTPUT_FILE = mesh_topo_initial
123MAX_OUTSTANDING_CONNECTIONS = 75
124#SINGLE_PEERINFO_PER_HOST = YES
125#NUM_PEERINFO_PER_HOST = 10
126#SINGLE_STATISTICS_PER_HOST = YES
127#NUM_STATISTICS_PER_HOST = 10
128DELETE_FILES = YES
129
130[test_mesh_small]
131WAIT_TIME = 10
132CONNECTION_LIMIT = 10
133DATA_OUTPUT_FILE=data_output \ No newline at end of file