diff options
Diffstat (limited to 'src/stream/test_stream_local.conf')
-rw-r--r-- | src/stream/test_stream_local.conf | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/src/stream/test_stream_local.conf b/src/stream/test_stream_local.conf index 884ecbc..35da4b4 100644 --- a/src/stream/test_stream_local.conf +++ b/src/stream/test_stream_local.conf @@ -1,3 +1,14 @@ +[lockmanager] +AUTOSTART = NO +ACCEPT_FROM = 127.0.0.1; +HOSTNAME = localhost +PORT = 12101 + +[statistics] +AUTOSTART = YES +ACCEPT_FROM = 127.0.0.1; +PORT = 12102 + [fs] AUTOSTART = NO @@ -5,7 +16,6 @@ AUTOSTART = NO AUTOSTART = NO [mesh] -DEBUG = YES AUTOSTART = YES ACCEPT_FROM = 127.0.0.1; HOSTNAME = localhost @@ -14,7 +24,6 @@ PORT = 10700 # PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args [dht] -DEBUG = NO AUTOSTART = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; @@ -30,7 +39,6 @@ DATABASE = sqlite [transport] PLUGINS = tcp -DEBUG = NO ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 @@ -44,28 +52,23 @@ WAN_QUOTA_IN = 3932160 PORT = 12092 [arm] -DEFAULTSERVICES = core +DEFAULTSERVICES = core lockmanager PORT = 12366 -DEBUG = NO [transport-tcp] TIMEOUT = 300 s PORT = 12368 [TESTING] -NUM_PEERS = 5 WEAKRANDOM = YES -DEBUG = YES -HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat -MAX_CONCURRENT_SSH = 10 -USE_PROGRESSBARS = YES -PEERGROUP_TIMEOUT = 2400 s + +[testbed] +OVERLAY_TOPOLOGY = LINE [gnunetd] HOSTKEY = $SERVICEHOME/.hostkey [PATHS] -DEFAULTCONFIG = test_stream_local.conf SERVICEHOME = /tmp/test-stream/ [dns] @@ -73,3 +76,13 @@ AUTOSTART = NO [nse] AUTOSTART = NO + +[vpn] +AUTOSTART = NO + +[nat] +RETURN_LOCAL_ADDRESSES = YES + +[consensus] +AUTOSTART = NO + |