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