aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-05-11 15:38:25 +0000
committerBart Polot <bart@net.in.tum.de>2011-05-11 15:38:25 +0000
commit3117911a77e121fb729411d29c4929332934ba42 (patch)
tree573c11f40bdffeb711ab78acdf6e1f60523dcb51 /src/mesh/test_mesh.conf
parenta4f87c40e74cfff2b369958e7f2532ad23b40900 (diff)
downloadgnunet-3117911a77e121fb729411d29c4929332934ba42.tar.gz
gnunet-3117911a77e121fb729411d29c4929332934ba42.zip
Added mesh testing code and configuration files
Diffstat (limited to 'src/mesh/test_mesh.conf')
-rw-r--r--src/mesh/test_mesh.conf59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf
new file mode 100644
index 000000000..49da05129
--- /dev/null
+++ b/src/mesh/test_mesh.conf
@@ -0,0 +1,59 @@
1[fs]
2AUTOSTART = NO
3
4[resolver]
5AUTOSTART = NO
6
7[mesh]
8DEBUG = YES
9AUTOSTART = YES
10ACCEPT_FROM = 127.0.0.1;
11HOSTNAME = localhost
12PORT = 10511
13
14[dht]
15DEBUG = NO
16AUTOSTART = YES
17ACCEPT_FROM6 = ::1;
18ACCEPT_FROM = 127.0.0.1;
19HOSTNAME = localhost
20PORT = 2100
21
22[block]
23plugins = dht test
24
25[dhtcache]
26QUOTA = 1000000
27DATABASE = sqlite
28
29[transport]
30PLUGINS = tcp
31DEBUG = NO
32ACCEPT_FROM6 = ::1;
33ACCEPT_FROM = 127.0.0.1;
34NEIGHBOUR_LIMIT = 50
35PORT = 12365
36
37[core]
38TOTAL_QUOTA_OUT = 3932160
39TOTAL_QUOTA_IN = 3932160
40PORT = 12092
41
42[arm]
43DEFAULTSERVICES = core
44PORT = 12366
45DEBUG = NO
46
47[transport-tcp]
48TIMEOUT = 300000
49PORT = 12368
50
51[TESTING]
52WEAKRANDOM = YES
53
54[gnunetd]
55HOSTKEY = $SERVICEHOME/.hostkey
56
57[PATHS]
58DEFAULTCONFIG = test_mesh.conf
59SERVICEHOME = /tmp/test-mesh/