uncrustify as demanded.
[oweals/gnunet.git] / src / rps / profiler_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 = 2 s
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 [testbed]
31 HOSTNAME = localhost
32
33 # MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
34
35 #OVERLAY_TOPOLOGY = CLIQUE
36
37 #OVERLAY_TOPOLOGY = SCALE_FREE
38 #SCALE_FREE_TOPOLOGY_CAP = 100
39 #SCALE_FREE_TOPOLOGY_M = 2
40
41 OVERLAY_TOPOLOGY = RANDOM
42 ## We take half of the links a complete graph would have, so (n * n-1)/4
43 ## for n = 128, this would be
44 OVERLAY_RANDOM_LINKS = 4064
45
46 #OVERLAY_TOPOLOGY = SMALL_WORLD
47 #OVERLAY_RANDOM_LINKS = 25
48
49 SETUP_TIMEOUT = 1 h
50
51 [nse]
52 WORKBITS = 0
53
54 [nat]
55 # Use addresses from the local network interfaces (inluding loopback, but also others)
56 USE_LOCALADDR = YES
57 ENABLE_UPNP = NO
58
59 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
60 RETURN_LOCAL_ADDRESSES = YES
61
62 [transport]
63 PLUGINS = unix
64
65 [ats]
66 # Network specific inbound/outbound quotas
67 UNSPECIFIED_QUOTA_IN = unlimited
68 UNSPECIFIED_QUOTA_OUT = unlimited
69 # LOOPBACK
70 LOOPBACK_QUOTA_IN = unlimited
71 LOOPBACK_QUOTA_OUT = unlimited
72 # LAN
73 LAN_QUOTA_IN = unlimited
74 LAN_QUOTA_OUT = unlimited
75 #WAN
76 WAN_QUOTA_OUT = unlimited
77 WAN_QUOTA_IN = unlimited
78 # WLAN
79 WLAN_QUOTA_IN = unlimited
80 WLAN_QUOTA_OUT = unlimited
81 # BLUETOOTH
82 BLUETOOTH_QUOTA_IN = unlimited
83 BLUETOOTH_QUOTA_OUT = unlimited
84
85 [dht]
86 DISABLE_TRY_CONNECT = YES
87
88 [cadet]
89 OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
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
136
137 [zonemaster-monitor]
138 IMMEDIATE_START = NO
139 START_ON_DEMAND = NO