plugin datastore mysql
[oweals/gnunet.git] / src / rps / test_rps.conf
1 [rps]
2 #PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
3 #BINARY = gnunet-service-rps
4 UNIXPATH = /tmp/gnunet-service-rps.sock
5 HOME = $SERVICEHOME
6 # PORT = 2106
7 #@UNIXONLY@ PORT = 2087
8 FORCESTART = YES
9 AUTOSTART = NO
10 NOARMBIND = YES
11 #OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
12
13 # This is the timeinterval between the rounds
14 ROUNDINTERVAL = 2 s
15 FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
16
17 # This is the 'estimate' in the beginning.
18 # This determines the size of the peers we keep in memory
19 # until we receive the first estimate from NSE.
20 # Keep in mind, that (networksize)^(1/3) should be enough.
21 # So, 50 is enough for a network of size 50^3 = 125000
22 INITSIZE = 4
23
24 [testbed]
25 HOSTNAME = localhost
26
27 OPERATION_TIMEOUT = 60 s
28
29 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
30 #OVERLAY_TOPOLOGY = CLIQUE
31 OVERLAY_TOPOLOGY = SMALL_WORLD
32 #SCALE_FREE_TOPOLOGY_CAP = 
33
34 OVERLAY_RANDOM_LINKS = 25
35
36 SETUP_TIMEOUT = 2 m
37
38 [nse]
39 WORKBITS = 0
40
41 [nat]
42 # Use addresses from the local network interfaces (inluding loopback, but also others)
43 USE_LOCALADDR = YES
44
45 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
46 RETURN_LOCAL_ADDRESSES = YES
47
48 [transport]
49 PLUGINS = unix
50
51 [dht]
52 DISABLE_TRY_CONNECT = YES
53
54 [cadet]
55 DISABLE_TRY_CONNECT = YES
56 #OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
57
58 [PATHS]
59 GNUNET_TEST_HOME = /tmp/rps-test/
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