aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_path.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-20 12:09:08 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-20 12:09:08 +0000
commit73e047c74d351257f8b6cf0815a56ff650520cc1 (patch)
tree6a0404a888520ae756a2da2259498fc19b5751c4 /src/mesh/test_mesh_path.conf
parentdd6f8f750c62c0680528ae4a0744403aa80074be (diff)
downloadgnunet-73e047c74d351257f8b6cf0815a56ff650520cc1.tar.gz
gnunet-73e047c74d351257f8b6cf0815a56ff650520cc1.zip
Added path testcase
Diffstat (limited to 'src/mesh/test_mesh_path.conf')
-rw-r--r--src/mesh/test_mesh_path.conf67
1 files changed, 67 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_path.conf b/src/mesh/test_mesh_path.conf
new file mode 100644
index 000000000..a23b07b41
--- /dev/null
+++ b/src/mesh/test_mesh_path.conf
@@ -0,0 +1,67 @@
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
13PREFIX = valgrind --leak-check=full
14# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
15
16[dht]
17DEBUG = NO
18AUTOSTART = YES
19ACCEPT_FROM6 = ::1;
20ACCEPT_FROM = 127.0.0.1;
21HOSTNAME = localhost
22PORT = 2100
23
24[block]
25plugins = dht test
26
27[dhtcache]
28QUOTA = 1000000
29DATABASE = sqlite
30
31[transport]
32PLUGINS = tcp
33DEBUG = NO
34ACCEPT_FROM6 = ::1;
35ACCEPT_FROM = 127.0.0.1;
36NEIGHBOUR_LIMIT = 50
37PORT = 12365
38
39[core]
40TOTAL_QUOTA_OUT = 3932160
41TOTAL_QUOTA_IN = 3932160
42PORT = 12092
43
44[arm]
45DEFAULTSERVICES = core
46PORT = 12366
47DEBUG = NO
48
49[transport-tcp]
50TIMEOUT = 300000
51PORT = 12368
52
53[TESTING]
54WEAKRANDOM = YES
55
56[gnunetd]
57HOSTKEY = $SERVICEHOME/.hostkey
58
59[PATHS]
60DEFAULTCONFIG = test_mesh.conf
61SERVICEHOME = /tmp/test-mesh/
62
63[dns]
64AUTOSTART = NO
65
66[nse]
67AUTOSTART = NO