aboutsummaryrefslogtreecommitdiff
path: root/src/rps/test_rps.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/test_rps.conf')
-rw-r--r--src/rps/test_rps.conf135
1 files changed, 0 insertions, 135 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
deleted file mode 100644
index 2b1101786..000000000
--- a/src/rps/test_rps.conf
+++ /dev/null
@@ -1,135 +0,0 @@
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 = 100 ms
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
31[testbed]
32HOSTNAME = localhost
33
34# MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
35
36#OVERLAY_TOPOLOGY = CLIQUE
37
38OVERLAY_TOPOLOGY = SCALE_FREE
39SCALE_FREE_TOPOLOGY_CAP = 100
40SCALE_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
48SETUP_TIMEOUT = 2 m
49
50[nse]
51WORKBITS = 0
52
53[nat]
54# Use addresses from the local network interfaces (including loopback, but also others)
55USE_LOCALADDR = YES
56ENABLE_UPNP = NO
57
58# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
59RETURN_LOCAL_ADDRESSES = YES
60
61[transport]
62PLUGINS = unix
63
64[ats]
65# Network specific inbound/outbound quotas
66UNSPECIFIED_QUOTA_IN = unlimited
67UNSPECIFIED_QUOTA_OUT = unlimited
68# LOOPBACK
69LOOPBACK_QUOTA_IN = unlimited
70LOOPBACK_QUOTA_OUT = unlimited
71# LAN
72LAN_QUOTA_IN = unlimited
73LAN_QUOTA_OUT = unlimited
74#WAN
75WAN_QUOTA_OUT = unlimited
76WAN_QUOTA_IN = unlimited
77# WLAN
78WLAN_QUOTA_IN = unlimited
79WLAN_QUOTA_OUT = unlimited
80# BLUETOOTH
81BLUETOOTH_QUOTA_IN = unlimited
82BLUETOOTH_QUOTA_OUT = unlimited
83
84[dht]
85DISABLE_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]
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