commit 3efc6e72f366db33404c895fca0e00d8cbcdf24c parent 6c3a9191dc718d31bc250b7ab10844adeee831dd Author: Julius Bünger <buenger@mytum.de> Date: Tue, 10 Mar 2015 12:20:27 +0000 - get rid of unnecessary code execution Diffstat:
| M | src/rps/test_rps.conf | | | 49 | ++++++++++++++++++++++++++++++++++++++++++++++++- |
1 file changed, 48 insertions(+), 1 deletion(-)
diff --git 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 +