diff options
author | Julius Bünger <buenger@mytum.de> | 2015-05-19 22:41:52 +0000 |
---|---|---|
committer | Julius Bünger <buenger@mytum.de> | 2015-05-19 22:41:52 +0000 |
commit | 91c6dacdabdd3841596c7eb2b0748a4ecfb4a142 (patch) | |
tree | 9022251a2c327146985e4a4b22c14f73082b974c /src | |
parent | 4afbc04aa4560830d88e98a440ea61756c1854e6 (diff) |
-small changes in test_rps.conf
Diffstat (limited to 'src')
-rw-r--r-- | src/rps/test_rps.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf index 9706bc0780..0acbdf722d 100644 --- a/src/rps/test_rps.conf +++ b/src/rps/test_rps.conf @@ -4,7 +4,7 @@ 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 @@ -25,7 +25,7 @@ OPERATION_TIMEOUT = 60 s MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1 #OVERLAY_TOPOLOGY = CLIQUE OVERLAY_TOPOLOGY = SMALL_WORLD -SCALE_FREE_TOPOLOGY_CAP = +#SCALE_FREE_TOPOLOGY_CAP = OVERLAY_RANDOM_LINKS = 5 @@ -51,7 +51,7 @@ DISABLE_TRY_CONNECT = YES DISABLE_TRY_CONNECT = YES [PATHS] -GNUNET_TEST_HOME = /tmp/rps/ +GNUNET_TEST_HOME = /tmp/rps-test/ [peerinfo] NO_IO = YES |