aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-09 11:48:10 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-09 11:48:10 +0000
commit9787b4e25b0f72b6199d2479ceb2906bece784b7 (patch)
tree778d10208fc10b0f0ca256b090354008f754d61a /src/mesh
parent6307ec316d23d6dffc720166f6fc15552aaf41bd (diff)
downloadgnunet-9787b4e25b0f72b6199d2479ceb2906bece784b7.tar.gz
gnunet-9787b4e25b0f72b6199d2479ceb2906bece784b7.zip
- reuse test config file
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/test_mesh_drop.conf83
1 files changed, 1 insertions, 82 deletions
diff --git a/src/mesh/test_mesh_drop.conf b/src/mesh/test_mesh_drop.conf
index 846f7affd..4df0e3f34 100644
--- a/src/mesh/test_mesh_drop.conf
+++ b/src/mesh/test_mesh_drop.conf
@@ -1,85 +1,4 @@
1[PATHS] 1@INLINE@ test_mesh.conf
2GNUNET_TEST_HOME = /tmp/test-mesh/
3 2
4[mesh] 3[mesh]
5# BINARY = gnunet-service-mesh-enc
6AUTOSTART = NO
7ACCEPT_FROM = 127.0.0.1;
8HOSTNAME = localhost
9PORT = 10511
10#PREFIX = valgrind --leak-check=full
11#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
12REFRESH_CONNECTION_TIME = 2 s
13ID_ANNOUNCE_TIME = 5 s
14CONNECT_TIMEOUT = 30 s
15DEFAULT_TTL = 16
16DHT_REPLICATION_LEVEL = 3
17MAX_TUNNELS = 10
18MAX_CONNECTIONS = 10
19MAX_MSGS_QUEUE = 20
20DROP_PERCENT = 1 4DROP_PERCENT = 1
21
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]
37AUTOSTART = YES
38ACCEPT_FROM6 = ::1;
39ACCEPT_FROM = 127.0.0.1;
40HOSTNAME = localhost
41PORT = 12100
42DISABLE_TRY_CONNECT = YES
43FORCE_NSE = 3
44
45[dhtcache]
46QUOTA = 1 MB
47DATABASE = heap
48
49[transport]
50PLUGINS = tcp
51ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1;
53NEIGHBOUR_LIMIT = 50
54PORT = 12365
55
56[ats]
57WAN_QUOTA_OUT = 3932160
58WAN_QUOTA_IN = 3932160
59
60[core]
61PORT = 12092
62
63[arm]
64DEFAULTSERVICES = core mesh
65PORT = 12366
66
67[transport-tcp]
68TIMEOUT = 300 s
69PORT = 12368
70
71[dns]
72AUTOSTART = NO
73
74[nse]
75AUTOSTART = NO
76
77[namestore]
78AUTOSTART = NO
79
80[consensus]
81AUTOSTART = NO
82
83[nat]
84RETURN_LOCAL_ADDRESSES = YES
85USE_LOCALADDR = YES