From: Julius Bünger Date: Tue, 10 Mar 2015 12:20:27 +0000 (+0000) Subject: - get rid of unnecessary code execution X-Git-Tag: initial-import-from-subversion-38251~2215 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3efc6e72f366db33404c895fca0e00d8cbcdf24c;p=oweals%2Fgnunet.git - get rid of unnecessary code execution --- diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf index 45f62133a..411bde5ec 100644 --- a/src/rps/test_rps.conf +++ b/src/rps/test_rps.conf @@ -1,5 +1,5 @@ [rps] -#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p +PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p #BINARY = gnunet-service-rps UNIXPATH = /tmp/gnunet-service-rps.sock HOME = $SERVICEHOME @@ -41,3 +41,50 @@ USE_LOCALADDR = YES # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) RETURN_LOCAL_ADDRESSES = YES +[transport] +PLUGINS = unix + +[dht] +DISABLE_TRY_CONNECT = YES + +[cadet] +DISABLE_TRY_CONNECT = YES + +[PATHS] +GNUNET_TEST_HOME = /tmp/rps/ + +[peerinfo] +NO_IO = YES + +[hostlist] +FORCESTART = NO +AUTOSTART = NO + +[namecache] +FORCESTART = NO +AUTOSTART = NO + +[namestore] +FORCESTART = NO +AUTOSTART = NO + +[topology] +FORCESTART = NO +AUTOSTART = NO + +[vpn] +FORCESTART = NO +AUTOSTART = NO + +[revocation] +FORCESTART = NO +AUTOSTART = NO + +[gns] +FORCESTART = NO +AUTOSTART = NO + +[fs] +FORCESTART = NO +AUTOSTART = NO +