From 3117911a77e121fb729411d29c4929332934ba42 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 11 May 2011 15:38:25 +0000 Subject: Added mesh testing code and configuration files --- src/mesh/test_mesh.conf | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/mesh/test_mesh.conf (limited to 'src/mesh/test_mesh.conf') diff --git a/src/mesh/test_mesh.conf b/src/mesh/test_mesh.conf new file mode 100644 index 000000000..49da05129 --- /dev/null +++ b/src/mesh/test_mesh.conf @@ -0,0 +1,59 @@ +[fs] +AUTOSTART = NO + +[resolver] +AUTOSTART = NO + +[mesh] +DEBUG = YES +AUTOSTART = YES +ACCEPT_FROM = 127.0.0.1; +HOSTNAME = localhost +PORT = 10511 + +[dht] +DEBUG = NO +AUTOSTART = YES +ACCEPT_FROM6 = ::1; +ACCEPT_FROM = 127.0.0.1; +HOSTNAME = localhost +PORT = 2100 + +[block] +plugins = dht test + +[dhtcache] +QUOTA = 1000000 +DATABASE = sqlite + +[transport] +PLUGINS = tcp +DEBUG = NO +ACCEPT_FROM6 = ::1; +ACCEPT_FROM = 127.0.0.1; +NEIGHBOUR_LIMIT = 50 +PORT = 12365 + +[core] +TOTAL_QUOTA_OUT = 3932160 +TOTAL_QUOTA_IN = 3932160 +PORT = 12092 + +[arm] +DEFAULTSERVICES = core +PORT = 12366 +DEBUG = NO + +[transport-tcp] +TIMEOUT = 300000 +PORT = 12368 + +[TESTING] +WEAKRANDOM = YES + +[gnunetd] +HOSTKEY = $SERVICEHOME/.hostkey + +[PATHS] +DEFAULTCONFIG = test_mesh.conf +SERVICEHOME = /tmp/test-mesh/ -- cgit v1.2.3