rename FORCESTART into IMMEDIATE_START (#4547b)
[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 = $GNUNET_TMP/gnunet-service-rps.sock
5 HOME = $SERVICEHOME
6 # PORT = 2106
7 #@UNIXONLY@ PORT = 2087
8 IMMEDIATE_START = YES
9 START_ON_DEMAND = 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 MINSIZE = 4
23
24 [testbed]
25 HOSTNAME = localhost
26
27 # OPERATION_TIMEOUT = 60 s
28
29 # MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
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 = udp
50
51 [ats]
52 # Network specific inbound/outbound quotas
53 UNSPECIFIED_QUOTA_IN = unlimited
54 UNSPECIFIED_QUOTA_OUT = unlimited
55 # LOOPBACK
56 LOOPBACK_QUOTA_IN = unlimited
57 LOOPBACK_QUOTA_OUT = unlimited
58 # LAN
59 LAN_QUOTA_IN = unlimited
60 LAN_QUOTA_OUT = unlimited
61 #WAN
62 WAN_QUOTA_OUT = unlimited
63 WAN_QUOTA_IN = unlimited
64 # WLAN
65 WLAN_QUOTA_IN = unlimited
66 WLAN_QUOTA_OUT = unlimited
67 # BLUETOOTH
68 BLUETOOTH_QUOTA_IN = unlimited
69 BLUETOOTH_QUOTA_OUT = unlimited
70
71 [dht]
72 DISABLE_TRY_CONNECT = YES
73
74 [cadet]
75 DISABLE_TRY_CONNECT = YES
76 #OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
77 #PREFIX = valgrind
78
79 #[arm]
80 #GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
81
82 #[statistics]
83 #IMMEDIATE_START = NO
84 #START_ON_DEMAND = NO
85
86 [peerinfo]
87 NO_IO = YES
88
89 [hostlist]
90 IMMEDIATE_START = NO
91 START_ON_DEMAND = NO
92
93 [zonemaster]
94 IMMEDIATE_START = NO
95 START_ON_DEMAND = NO
96
97 [namecache]
98 IMMEDIATE_START = NO
99 START_ON_DEMAND = NO
100
101 [namestore]
102 IMMEDIATE_START = NO
103 START_ON_DEMAND = NO
104
105 [topology]
106 IMMEDIATE_START = NO
107 START_ON_DEMAND = NO
108
109 [vpn]
110 IMMEDIATE_START = NO
111 START_ON_DEMAND = NO
112
113 [revocation]
114 IMMEDIATE_START = NO
115 START_ON_DEMAND = NO
116
117 [gns]
118 IMMEDIATE_START = NO
119 START_ON_DEMAND = NO
120
121 [fs]
122 IMMEDIATE_START = NO
123 START_ON_DEMAND = NO