aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_drop.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_drop.conf')
-rw-r--r--src/mesh/test_mesh_drop.conf81
1 files changed, 81 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_drop.conf b/src/mesh/test_mesh_drop.conf
new file mode 100644
index 000000000..fb6c52475
--- /dev/null
+++ b/src/mesh/test_mesh_drop.conf
@@ -0,0 +1,81 @@
1[PATHS]
2SERVICEHOME = /tmp/test-mesh/
3
4[mesh]
5#BINARY = gnunet-service-mesh
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_PATH_TIME = 2 s
13APP_ANNOUNCE_TIME = 5 s
14ID_ANNOUNCE_TIME = 5 s
15CONNECT_TIMEOUT = 30 s
16DEFAULT_TTL = 16
17DHT_REPLICATION_LEVEL = 3
18MAX_TUNNELS = 10
19MAX_MSGS_QUEUE = 20
20DROP_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