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.conf76
1 files changed, 42 insertions, 34 deletions
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 0b49b4e76..84e0e5049 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -1,12 +1,13 @@
1[rps] 1[rps]
2#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p 2#PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
3#BINARY = gnunet-service-rps 3#PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
4UNIXPATH = /tmp/gnunet-service-rps.sock 4#PREFIX = valgrind
5UNIXPATH = $GNUNET_TMP/gnunet-service-rps.sock
5HOME = $SERVICEHOME 6HOME = $SERVICEHOME
6# PORT = 2106 7# PORT = 2106
7#@UNIXONLY@ PORT = 2087 8#@UNIXONLY@ PORT = 2087
8FORCESTART = YES 9IMMEDIATE_START = YES
9AUTOSTART = NO 10START_ON_DEMAND = NO
10NOARMBIND = YES 11NOARMBIND = YES
11#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log 12#OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
12 13
@@ -21,19 +22,26 @@ FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
21# So, 50 is enough for a network of size 50^3 = 125000 22# So, 50 is enough for a network of size 50^3 = 125000
22MINSIZE = 4 23MINSIZE = 4
23 24
25
26
24[testbed] 27[testbed]
25HOSTNAME = localhost 28HOSTNAME = localhost
26 29
27# OPERATION_TIMEOUT = 60 s
28
29# MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100 30# MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
30OVERLAY_TOPOLOGY = CLIQUE
31#OVERLAY_TOPOLOGY = SMALL_WORLD
32#SCALE_FREE_TOPOLOGY_CAP =
33 31
34# OVERLAY_RANDOM_LINKS = 25 32#OVERLAY_TOPOLOGY = CLIQUE
33
34OVERLAY_TOPOLOGY = SCALE_FREE
35SCALE_FREE_TOPOLOGY_CAP = 100
36SCALE_FREE_TOPOLOGY_M = 2
35 37
36# SETUP_TIMEOUT = 2 m 38#OVERLAY_TOPOLOGY = RANDOM
39#OVERLAY_RANDOM_LINKS = 25
40
41#OVERLAY_TOPOLOGY = SMALL_WORLD
42#OVERLAY_RANDOM_LINKS = 25
43
44SETUP_TIMEOUT = 2 m
37 45
38[nse] 46[nse]
39WORKBITS = 0 47WORKBITS = 0
@@ -41,12 +49,13 @@ WORKBITS = 0
41[nat] 49[nat]
42# Use addresses from the local network interfaces (inluding loopback, but also others) 50# Use addresses from the local network interfaces (inluding loopback, but also others)
43USE_LOCALADDR = YES 51USE_LOCALADDR = YES
52ENABLE_UPNP = NO
44 53
45# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8) 54# Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
46RETURN_LOCAL_ADDRESSES = YES 55RETURN_LOCAL_ADDRESSES = YES
47 56
48[transport] 57[transport]
49PLUGINS = udp 58PLUGINS = unix
50 59
51[ats] 60[ats]
52# Network specific inbound/outbound quotas 61# Network specific inbound/outbound quotas
@@ -72,52 +81,51 @@ BLUETOOTH_QUOTA_OUT = unlimited
72DISABLE_TRY_CONNECT = YES 81DISABLE_TRY_CONNECT = YES
73 82
74[cadet] 83[cadet]
75DISABLE_TRY_CONNECT = YES
76#OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log 84#OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
85#PREFIX = valgrind
77 86
78#[arm] 87#[arm]
79#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log 88#GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
80 89
81#[statistics] 90#[statistics]
82#FORCESTART = NO 91#IMMEDIATE_START = NO
83#AUTOSTART = NO 92#START_ON_DEMAND = NO
84 93
85[peerinfo] 94[peerinfo]
86NO_IO = YES 95NO_IO = YES
87 96
88[hostlist] 97[hostlist]
89FORCESTART = NO 98IMMEDIATE_START = NO
90AUTOSTART = NO 99START_ON_DEMAND = NO
91 100
92[zonemaster] 101[zonemaster]
93FORCESTART = NO 102IMMEDIATE_START = NO
94AUTOSTART = NO 103START_ON_DEMAND = NO
95 104
96[namecache] 105[namecache]
97FORCESTART = NO 106IMMEDIATE_START = NO
98AUTOSTART = NO 107START_ON_DEMAND = NO
99 108
100[namestore] 109[namestore]
101FORCESTART = NO 110IMMEDIATE_START = NO
102AUTOSTART = NO 111START_ON_DEMAND = NO
103 112
104[topology] 113[topology]
105FORCESTART = NO 114IMMEDIATE_START = NO
106AUTOSTART = NO 115START_ON_DEMAND = NO
107 116
108[vpn] 117[vpn]
109FORCESTART = NO 118IMMEDIATE_START = NO
110AUTOSTART = NO 119START_ON_DEMAND = NO
111 120
112[revocation] 121[revocation]
113FORCESTART = NO 122IMMEDIATE_START = NO
114AUTOSTART = NO 123START_ON_DEMAND = NO
115 124
116[gns] 125[gns]
117FORCESTART = NO 126IMMEDIATE_START = NO
118AUTOSTART = NO 127START_ON_DEMAND = NO
119 128
120[fs] 129[fs]
121FORCESTART = NO 130IMMEDIATE_START = NO
122AUTOSTART = NO 131START_ON_DEMAND = NO
123