first step to remove plibc
[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 #PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
4 #PREFIX = valgrind
5 UNIXPATH = $GNUNET_TMP/gnunet-service-rps.sock
6 HOME = $SERVICEHOME
7 # PORT = 2106
8 #@UNIXONLY@ PORT = 2087
9 IMMEDIATE_START = YES
10 START_ON_DEMAND = NO
11 NOARMBIND = YES
12 #OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
13
14 # This is the timeinterval between the rounds
15 ROUNDINTERVAL = 100 ms
16 FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
17
18 # This is the 'estimate' in the beginning.
19 # This determines the size of the peers we keep in memory
20 # until we receive the first estimate from NSE.
21 # Keep in mind, that (networksize)^(1/3) should be enough.
22 # So, 50 is enough for a network of size 50^3 = 125000
23 MINSIZE = 4
24
25 DESIRED_PROBABILITY = 0.75
26
27 DEFICIENCY_FACTOR = 0.4
28
29
30
31 [testbed]
32 HOSTNAME = localhost
33
34 # MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
35
36 #OVERLAY_TOPOLOGY = CLIQUE
37
38 OVERLAY_TOPOLOGY = SCALE_FREE
39 SCALE_FREE_TOPOLOGY_CAP = 100
40 SCALE_FREE_TOPOLOGY_M = 2
41
42 #OVERLAY_TOPOLOGY = RANDOM
43 #OVERLAY_RANDOM_LINKS = 25
44
45 #OVERLAY_TOPOLOGY = SMALL_WORLD
46 #OVERLAY_RANDOM_LINKS = 25
47
48 SETUP_TIMEOUT = 2 m
49
50 [nse]
51 WORKBITS = 0
52
53 [nat]
54 # Use addresses from the local network interfaces (inluding loopback, but also others)
55 USE_LOCALADDR = YES
56 ENABLE_UPNP = NO
57
58 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
59 RETURN_LOCAL_ADDRESSES = YES
60
61 [transport]
62 PLUGINS = unix
63
64 [ats]
65 # Network specific inbound/outbound quotas
66 UNSPECIFIED_QUOTA_IN = unlimited
67 UNSPECIFIED_QUOTA_OUT = unlimited
68 # LOOPBACK
69 LOOPBACK_QUOTA_IN = unlimited
70 LOOPBACK_QUOTA_OUT = unlimited
71 # LAN
72 LAN_QUOTA_IN = unlimited
73 LAN_QUOTA_OUT = unlimited
74 #WAN
75 WAN_QUOTA_OUT = unlimited
76 WAN_QUOTA_IN = unlimited
77 # WLAN
78 WLAN_QUOTA_IN = unlimited
79 WLAN_QUOTA_OUT = unlimited
80 # BLUETOOTH
81 BLUETOOTH_QUOTA_IN = unlimited
82 BLUETOOTH_QUOTA_OUT = unlimited
83
84 [dht]
85 DISABLE_TRY_CONNECT = YES
86
87 [cadet]
88 #OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
89 #PREFIX = valgrind --log-file=/tmp/rps/valgrind_gnunet-service-cadet_%p
90
91 #[arm]
92 #GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
93
94 #[statistics]
95 #IMMEDIATE_START = NO
96 #START_ON_DEMAND = NO
97
98 [peerinfo]
99 NO_IO = YES
100
101 [hostlist]
102 IMMEDIATE_START = NO
103 START_ON_DEMAND = NO
104
105 [zonemaster]
106 IMMEDIATE_START = NO
107 START_ON_DEMAND = NO
108
109 [namecache]
110 IMMEDIATE_START = NO
111 START_ON_DEMAND = NO
112
113 [namestore]
114 IMMEDIATE_START = NO
115 START_ON_DEMAND = NO
116
117 [topology]
118 IMMEDIATE_START = NO
119 START_ON_DEMAND = NO
120
121 [vpn]
122 IMMEDIATE_START = NO
123 START_ON_DEMAND = NO
124
125 [revocation]
126 IMMEDIATE_START = NO
127 START_ON_DEMAND = NO
128
129 [gns]
130 IMMEDIATE_START = NO
131 START_ON_DEMAND = NO
132
133 [fs]
134 IMMEDIATE_START = NO
135 START_ON_DEMAND = NO