fix codesonar finding: add GNUnet_free
[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
25
26 [testbed]
27 HOSTNAME = localhost
28
29 # MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
30
31 #OVERLAY_TOPOLOGY = CLIQUE
32
33 OVERLAY_TOPOLOGY = SCALE_FREE
34 SCALE_FREE_TOPOLOGY_CAP = 100
35 SCALE_FREE_TOPOLOGY_M = 2
36
37 #OVERLAY_TOPOLOGY = RANDOM
38 #OVERLAY_RANDOM_LINKS = 25
39
40 #OVERLAY_TOPOLOGY = SMALL_WORLD
41 #OVERLAY_RANDOM_LINKS = 25
42
43 SETUP_TIMEOUT = 2 m
44
45 [nse]
46 WORKBITS = 0
47
48 [nat]
49 # Use addresses from the local network interfaces (inluding loopback, but also others)
50 USE_LOCALADDR = YES
51 ENABLE_UPNP = NO
52
53 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
54 RETURN_LOCAL_ADDRESSES = YES
55
56 [transport]
57 PLUGINS = unix
58
59 [ats]
60 # Network specific inbound/outbound quotas
61 UNSPECIFIED_QUOTA_IN = unlimited
62 UNSPECIFIED_QUOTA_OUT = unlimited
63 # LOOPBACK
64 LOOPBACK_QUOTA_IN = unlimited
65 LOOPBACK_QUOTA_OUT = unlimited
66 # LAN
67 LAN_QUOTA_IN = unlimited
68 LAN_QUOTA_OUT = unlimited
69 #WAN
70 WAN_QUOTA_OUT = unlimited
71 WAN_QUOTA_IN = unlimited
72 # WLAN
73 WLAN_QUOTA_IN = unlimited
74 WLAN_QUOTA_OUT = unlimited
75 # BLUETOOTH
76 BLUETOOTH_QUOTA_IN = unlimited
77 BLUETOOTH_QUOTA_OUT = unlimited
78
79 [dht]
80 DISABLE_TRY_CONNECT = YES
81
82 [cadet]
83 #OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
84 #PREFIX = valgrind
85
86 #[arm]
87 #GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
88
89 #[statistics]
90 #IMMEDIATE_START = NO
91 #START_ON_DEMAND = NO
92
93 [peerinfo]
94 NO_IO = YES
95
96 [hostlist]
97 IMMEDIATE_START = NO
98 START_ON_DEMAND = NO
99
100 [zonemaster]
101 IMMEDIATE_START = NO
102 START_ON_DEMAND = NO
103
104 [namecache]
105 IMMEDIATE_START = NO
106 START_ON_DEMAND = NO
107
108 [namestore]
109 IMMEDIATE_START = NO
110 START_ON_DEMAND = NO
111
112 [topology]
113 IMMEDIATE_START = NO
114 START_ON_DEMAND = NO
115
116 [vpn]
117 IMMEDIATE_START = NO
118 START_ON_DEMAND = NO
119
120 [revocation]
121 IMMEDIATE_START = NO
122 START_ON_DEMAND = NO
123
124 [gns]
125 IMMEDIATE_START = NO
126 START_ON_DEMAND = NO
127
128 [fs]
129 IMMEDIATE_START = NO
130 START_ON_DEMAND = NO