rps sampler_elem test: add to Makefile
[oweals/gnunet.git] / src / rps / test_rps.conf
index ea683e96fdf7ea356ef7ed16319fbb83c5f6bb00..7da91ccf0010bbe825106a5d585ac2ab4e3797e8 100644 (file)
@@ -1,14 +1,18 @@
 [rps]
-AUTOSTART = YES
-#PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
-BINARY = gnunet-service-rps
+#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
+AUTOSTART = NO
+NOARMBIND = YES
+#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
 
 # This is the timeinterval between the rounds
-ROUNDINTERVAL = 10 s
+ROUNDINTERVAL = 2 s
+FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
 
 # This is the 'estimate' in the beginning.
 # This determines the size of the peers we keep in memory
@@ -17,19 +21,79 @@ ROUNDINTERVAL = 10 s
 # So, 50 is enough for a network of size 50^3 = 125000
 INITSIZE = 4
 
-ALPHA = 0.45
-
 [testbed]
+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
 
-
 [nse]
 WORKBITS = 0
+
+[nat]
+# Use addresses from the local network interfaces (inluding loopback, but also others)
+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
+#OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
+
+#[arm]
+#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
+
+#[statistics]
+#FORCESTART = NO
+#AUTOSTART = NO
+
+[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
+