aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.conf
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-07-01 23:38:39 +0000
committerJulius Bünger <buenger@mytum.de>2016-07-01 23:38:39 +0000
commit14659eaa11e9af2f096425559a038e842089ca16 (patch)
treecbd21a366d43f7c3fa5916655acaa24aea3e5538 /src/rps/test_rps.conf
parentfd921d12bd321648bb44358ec87ddf488f4e5a34 (diff)
downloadgnunet-14659eaa11e9af2f096425559a038e842089ca16.tar.gz
gnunet-14659eaa11e9af2f096425559a038e842089ca16.zip
-rps test _peers: disable storage of valid peers
Diffstat (limited to 'src/rps/test_rps.conf')
-rw-r--r--src/rps/test_rps.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index a629451e4..fdca2a8ed 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -1,3 +1,6 @@
1[PATHS]
2GNUNET_TEST_HOME = /tmp/rps-test/
3
1[rps] 4[rps]
2#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p 5#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
3#BINARY = gnunet-service-rps 6#BINARY = gnunet-service-rps
@@ -12,7 +15,7 @@ NOARMBIND = YES
12 15
13# This is the timeinterval between the rounds 16# This is the timeinterval between the rounds
14ROUNDINTERVAL = 2 s 17ROUNDINTERVAL = 2 s
15FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt 18FILENAME_VALID_PEERS = $GNUNET_TEST_HOME/rps/valid_peers.txt
16 19
17# This is the 'estimate' in the beginning. 20# This is the 'estimate' in the beginning.
18# This determines the size of the peers we keep in memory 21# This determines the size of the peers we keep in memory
@@ -55,9 +58,6 @@ DISABLE_TRY_CONNECT = YES
55DISABLE_TRY_CONNECT = YES 58DISABLE_TRY_CONNECT = YES
56#OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log 59#OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
57 60
58[PATHS]
59GNUNET_TEST_HOME = /tmp/rps-test/
60
61#[arm] 61#[arm]
62#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log 62#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
63 63