aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-01-06 04:47:18 +0000
committerBart Polot <bart@net.in.tum.de>2014-01-06 04:47:18 +0000
commitd6f811a963eb257548fbf82a807b234e08bb8eea (patch)
treed5ca61da9b75695eef441b19098d82c7f6129989 /src/mesh/test_mesh.conf
parent85c394f637976950c4635529d6198b5f93d4c397 (diff)
downloadgnunet-d6f811a963eb257548fbf82a807b234e08bb8eea.tar.gz
gnunet-d6f811a963eb257548fbf82a807b234e08bb8eea.zip
- copied and adapted from testbed (previous failed during 30c3 with IPv6 VPN setup)
Diffstat (limited to 'src/mesh/test_mesh.conf')
-rw-r--r--src/mesh/test_mesh.conf76
1 files changed, 42 insertions, 34 deletions
diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf
index f61aea30e..f4806878f 100644
--- a/src/mesh/test_mesh.conf
+++ b/src/mesh/test_mesh.conf
@@ -1,14 +1,23 @@
1[PATHS] 1[testbed]
2GNUNET_TEST_HOME = /tmp/test-mesh/
3
4[mesh]
5# BINARY = gnunet-service-mesh-enc
6AUTOSTART = NO 2AUTOSTART = NO
3PORT = 12113
7ACCEPT_FROM = 127.0.0.1; 4ACCEPT_FROM = 127.0.0.1;
8HOSTNAME = localhost 5HOSTNAME = localhost
9PORT = 10511 6OVERLAY_TOPOLOGY = LINE
7#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
8
9[fs]
10AUTOSTART = NO
11
12[resolver]
13AUTOSTART = NO
14
15[mesh]
16#BINARY = gnunet-service-mesh-enc
10#PREFIX = valgrind --leak-check=full 17#PREFIX = valgrind --leak-check=full
11#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args 18#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
19AUTOSTART = NO
20ACCEPT_FROM = 127.0.0.1;
12REFRESH_PATH_TIME = 2 s 21REFRESH_PATH_TIME = 2 s
13ID_ANNOUNCE_TIME = 5 s 22ID_ANNOUNCE_TIME = 5 s
14CONNECT_TIMEOUT = 30 s 23CONNECT_TIMEOUT = 30 s
@@ -19,26 +28,8 @@ MAX_CONNECTIONS = 10
19MAX_MSGS_QUEUE = 20 28MAX_MSGS_QUEUE = 20
20#DROP_PERCENT = 1 29#DROP_PERCENT = 1
21 30
22[testbed]
23NUM_PEERS = 5
24OVERLAY_TOPOLOGY = LINE
25
26[fs]
27AUTOSTART = NO
28
29[resolver]
30AUTOSTART = NO
31
32[vpn]
33AUTOSTART = NO
34PORT = 10012
35
36[dht] 31[dht]
37AUTOSTART = YES 32AUTOSTART = NO
38ACCEPT_FROM6 = ::1;
39ACCEPT_FROM = 127.0.0.1;
40HOSTNAME = localhost
41PORT = 12100
42DISABLE_TRY_CONNECT = YES 33DISABLE_TRY_CONNECT = YES
43FORCE_NSE = 3 34FORCE_NSE = 3
44 35
@@ -47,7 +38,7 @@ QUOTA = 1 MB
47DATABASE = heap 38DATABASE = heap
48 39
49[transport] 40[transport]
50PLUGINS = tcp 41PLUGINS = udp
51ACCEPT_FROM6 = ::1; 42ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1; 43ACCEPT_FROM = 127.0.0.1;
53NEIGHBOUR_LIMIT = 50 44NEIGHBOUR_LIMIT = 50
@@ -59,31 +50,48 @@ WAN_QUOTA_IN = 3932160
59 50
60[core] 51[core]
61PORT = 12092 52PORT = 12092
53AUTOSTART = YES
54USE_EPHEMERAL_KEYS = NO
62 55
63[arm] 56[arm]
64DEFAULTSERVICES = core mesh 57DEFAULTSERVICES = core transport dht mesh
65PORT = 12366 58PORT = 12366
66 59
67[transport-tcp] 60[transport-udp]
68TIMEOUT = 300 s 61TIMEOUT = 300 s
69PORT = 12368 62PORT = 12368
70 63
64[gnunetd]
65HOSTKEY = $GNUNET_TEST_HOME/.hostkey
66
67[PATHS]
68GNUNET_TEST_HOME = /tmp/test-mesh/
69
71[dns] 70[dns]
72AUTOSTART = NO 71AUTOSTART = NO
73 72
74[nse] 73[nse]
75AUTOSTART = NO 74AUTOSTART = NO
76 75
77[namestore] 76[vpn]
78AUTOSTART = NO
79
80[consensus]
81AUTOSTART = NO 77AUTOSTART = NO
82 78
83[nat] 79[nat]
84# Allow running on systems with only loopback?
85RETURN_LOCAL_ADDRESSES = YES 80RETURN_LOCAL_ADDRESSES = YES
86# Disable redundant addresses...
87DISABLEV6 = YES 81DISABLEV6 = YES
88USE_LOCALADDR = YES 82USE_LOCALADDR = YES
89 83
84[gns-helper-service-w32]
85AUTOSTART = NO
86
87[consensus]
88AUTOSTART = NO
89
90[gns]
91AUTOSTART = NO
92
93[statistics]
94AUTOSTART = NO
95
96[peerinfo]
97NO_IO = YES