fdca2a8ed80e184e6227a2903cec526ddcd83c25
[oweals/gnunet.git] / src / rps / test_rps.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/rps-test/
3
4 [rps]
5 #PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
6 #BINARY = gnunet-service-rps
7 UNIXPATH = /tmp/gnunet-service-rps.sock
8 HOME = $SERVICEHOME
9 # PORT = 2106
10 #@UNIXONLY@ PORT = 2087
11 FORCESTART = YES
12 AUTOSTART = NO
13 NOARMBIND = YES
14 #OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
15
16 # This is the timeinterval between the rounds
17 ROUNDINTERVAL = 2 s
18 FILENAME_VALID_PEERS = $GNUNET_TEST_HOME/rps/valid_peers.txt
19
20 # This is the 'estimate' in the beginning.
21 # This determines the size of the peers we keep in memory
22 # until we receive the first estimate from NSE.
23 # Keep in mind, that (networksize)^(1/3) should be enough.
24 # So, 50 is enough for a network of size 50^3 = 125000
25 INITSIZE = 4
26
27 [testbed]
28 HOSTNAME = localhost
29
30 OPERATION_TIMEOUT = 60 s
31
32 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
33 #OVERLAY_TOPOLOGY = CLIQUE
34 OVERLAY_TOPOLOGY = SMALL_WORLD
35 #SCALE_FREE_TOPOLOGY_CAP = 
36
37 OVERLAY_RANDOM_LINKS = 25
38
39 SETUP_TIMEOUT = 2 m
40
41 [nse]
42 WORKBITS = 0
43
44 [nat]
45 # Use addresses from the local network interfaces (inluding loopback, but also others)
46 USE_LOCALADDR = YES
47
48 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
49 RETURN_LOCAL_ADDRESSES = YES
50
51 [transport]
52 PLUGINS = unix
53
54 [dht]
55 DISABLE_TRY_CONNECT = YES
56
57 [cadet]
58 DISABLE_TRY_CONNECT = YES
59 #OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
60
61 #[arm]
62 #GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
63
64 #[statistics]
65 #FORCESTART = NO
66 #AUTOSTART = NO
67
68 [peerinfo]
69 NO_IO = YES
70
71 [hostlist]
72 FORCESTART = NO
73 AUTOSTART = NO
74
75 [namecache]
76 FORCESTART = NO
77 AUTOSTART = NO
78
79 [namestore]
80 FORCESTART = NO
81 AUTOSTART = NO
82
83 [topology]
84 FORCESTART = NO
85 AUTOSTART = NO
86
87 [vpn]
88 FORCESTART = NO
89 AUTOSTART = NO
90
91 [revocation]
92 FORCESTART = NO
93 AUTOSTART = NO
94
95 [gns]
96 FORCESTART = NO
97 AUTOSTART = NO
98
99 [fs]
100 FORCESTART = NO
101 AUTOSTART = NO
102