X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Frps%2Ftest_rps.conf;h=59d6f457cb6ae2a720a0a171f70e67cbf7f65d28;hb=155b8c7cd322add8dad4924da358688eeb035ec2;hp=1d8df087878044521cd53acae5b7f2298405e2f7;hpb=016510f7ddd6de31d6908134c9f3845e1faf2d27;p=oweals%2Fgnunet.git diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf index 1d8df0878..59d6f457c 100644 --- a/src/rps/test_rps.conf +++ b/src/rps/test_rps.conf @@ -1,14 +1,14 @@ [rps] -#PREFIX = valgrind --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 # PORT = 2106 -@UNIXONLY@ PORT = 2087 +#@UNIXONLY@ PORT = 2087 FORCESTART = YES # This is the timeinterval between the rounds -ROUNDINTERVAL = 10 s +ROUNDINTERVAL = 2 s # This is the 'estimate' in the beginning. # This determines the size of the peers we keep in memory @@ -23,10 +23,11 @@ HOSTNAME = localhost OPERATION_TIMEOUT = 60 s MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1 -OVERLAY_TOPOLOGY = CLIQUE -SCALE_FREE_TOPOLOGY_CAP = +#OVERLAY_TOPOLOGY = CLIQUE +OVERLAY_TOPOLOGY = SMALL_WORLD +#SCALE_FREE_TOPOLOGY_CAP = -OVERLAY_RANDOM_LINKS = 5 +OVERLAY_RANDOM_LINKS = 25 SETUP_TIMEOUT = 2 m @@ -40,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-test/ + +[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 +