- new config file for reliability (enable drop)
authorBart Polot <bart@net.in.tum.de>
Mon, 8 Jul 2013 13:40:22 +0000 (13:40 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 8 Jul 2013 13:40:22 +0000 (13:40 +0000)
src/mesh/test_mesh_drop.conf [new file with mode: 0644]

diff --git a/src/mesh/test_mesh_drop.conf b/src/mesh/test_mesh_drop.conf
new file mode 100644 (file)
index 0000000..fb6c524
--- /dev/null
@@ -0,0 +1,81 @@
+[PATHS]
+SERVICEHOME = /tmp/test-mesh/
+
+[mesh]
+#BINARY = gnunet-service-mesh
+AUTOSTART = NO
+ACCEPT_FROM = 127.0.0.1;
+HOSTNAME = localhost
+PORT = 10511
+#PREFIX = valgrind --leak-check=full
+#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
+REFRESH_PATH_TIME = 2 s
+APP_ANNOUNCE_TIME = 5 s
+ID_ANNOUNCE_TIME = 5 s
+CONNECT_TIMEOUT = 30 s
+DEFAULT_TTL = 16
+DHT_REPLICATION_LEVEL = 3
+MAX_TUNNELS = 10
+MAX_MSGS_QUEUE = 20
+DROP_PERCENT = 1
+
+[testbed]
+NUM_PEERS = 5
+OVERLAY_TOPOLOGY = LINE
+
+[fs]
+AUTOSTART = NO
+
+[resolver]
+AUTOSTART = NO
+
+[vpn]
+AUTOSTART = NO
+PORT = 10012
+
+[dht]
+AUTOSTART = YES
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+HOSTNAME = localhost
+PORT = 12100
+DISABLE_TRY_CONNECT = YES
+FORCE_NSE = 3
+
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = heap
+
+[transport]
+PLUGINS = tcp
+ACCEPT_FROM6 = ::1;
+ACCEPT_FROM = 127.0.0.1;
+NEIGHBOUR_LIMIT = 50
+PORT = 12365
+
+[ats]
+WAN_QUOTA_OUT = 3932160
+WAN_QUOTA_IN = 3932160
+
+[core]
+PORT = 12092
+
+[arm]
+DEFAULTSERVICES = core mesh
+PORT = 12366
+
+[transport-tcp]
+TIMEOUT = 300 s
+PORT = 12368
+
+[dns]
+AUTOSTART = NO
+
+[nse]
+AUTOSTART = NO
+
+[namestore]
+AUTOSTART = NO
+
+[consensus]
+AUTOSTART = NO