aboutsummaryrefslogtreecommitdiff
path: root/src/contrib/service/rps/profiler_rps.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/service/rps/profiler_rps.conf')
-rw-r--r--src/contrib/service/rps/profiler_rps.conf139
1 files changed, 139 insertions, 0 deletions
diff --git a/src/contrib/service/rps/profiler_rps.conf b/src/contrib/service/rps/profiler_rps.conf
new file mode 100644
index 000000000..89e5e35f2
--- /dev/null
+++ b/src/contrib/service/rps/profiler_rps.conf
@@ -0,0 +1,139 @@
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
5UNIXPATH = $GNUNET_TMP/gnunet-service-rps.sock
6HOME = $SERVICEHOME
7# PORT = 2106
8#@UNIXONLY@ PORT = 2087
9IMMEDIATE_START = YES
10START_ON_DEMAND = NO
11NOARMBIND = YES
12#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
13
14# This is the timeinterval between the rounds
15ROUNDINTERVAL = 2 s
16FILENAME_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
23MINSIZE = 4
24
25DESIRED_PROBABILITY = 0.75
26
27DEFICIENCY_FACTOR = 0.4
28
29
30[testbed]
31HOSTNAME = 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
41OVERLAY_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
44OVERLAY_RANDOM_LINKS = 4064
45
46#OVERLAY_TOPOLOGY = SMALL_WORLD
47#OVERLAY_RANDOM_LINKS = 25
48
49SETUP_TIMEOUT = 1 h
50
51[nse]
52WORKBITS = 0
53
54[nat]
55# Use addresses from the local network interfaces (including loopback, but also others)
56USE_LOCALADDR = YES
57ENABLE_UPNP = NO
58
59# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
60RETURN_LOCAL_ADDRESSES = YES
61
62[transport]
63PLUGINS = unix
64
65[ats]
66# Network specific inbound/outbound quotas
67UNSPECIFIED_QUOTA_IN = unlimited
68UNSPECIFIED_QUOTA_OUT = unlimited
69# LOOPBACK
70LOOPBACK_QUOTA_IN = unlimited
71LOOPBACK_QUOTA_OUT = unlimited
72# LAN
73LAN_QUOTA_IN = unlimited
74LAN_QUOTA_OUT = unlimited
75#WAN
76WAN_QUOTA_OUT = unlimited
77WAN_QUOTA_IN = unlimited
78# WLAN
79WLAN_QUOTA_IN = unlimited
80WLAN_QUOTA_OUT = unlimited
81# BLUETOOTH
82BLUETOOTH_QUOTA_IN = unlimited
83BLUETOOTH_QUOTA_OUT = unlimited
84
85[dht]
86DISABLE_TRY_CONNECT = YES
87
88[cadet]
89OPTIONS=-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]
99NO_IO = YES
100
101[hostlist]
102IMMEDIATE_START = NO
103START_ON_DEMAND = NO
104
105[zonemaster]
106IMMEDIATE_START = NO
107START_ON_DEMAND = NO
108
109[namecache]
110IMMEDIATE_START = NO
111START_ON_DEMAND = NO
112
113[namestore]
114IMMEDIATE_START = NO
115START_ON_DEMAND = NO
116
117[topology]
118IMMEDIATE_START = NO
119START_ON_DEMAND = NO
120
121[vpn]
122IMMEDIATE_START = NO
123START_ON_DEMAND = NO
124
125[revocation]
126IMMEDIATE_START = NO
127START_ON_DEMAND = NO
128
129[gns]
130IMMEDIATE_START = NO
131START_ON_DEMAND = NO
132
133[fs]
134IMMEDIATE_START = NO
135START_ON_DEMAND = NO
136
137[zonemaster-monitor]
138IMMEDIATE_START = NO
139START_ON_DEMAND = NO