- Config file to reproduce #2170
[oweals/gnunet.git] / src / nse / nse_profiler_test.conf
1 [PATHS]
2 SERVICEHOME = /tmp/nse-profiler/
3 DEFAULTCONFIG = nse_profiler_test.conf
4
5 [nse]
6 PORT = 0
7 UNIXPATH = /tmp/test-nse-service-nse.unix
8 BINARY = gnunet-service-nse
9 #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
10 #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
11 AUTOSTART = YES
12 DEBUG = YES
13 CONFIG = $DEFAULTCONFIG
14 # Overriding network settings for faster testing (do NOT use
15 # these values in production just because they are here)
16 WORKDELAY = 60 s
17 INTERVAL = 30 s
18 WORKBITS = 0
19 PROOFFILE = $SERVICEHOME/nse.proof
20
21 [arm]
22 PORT = 0
23 DEFAULTSERVICES = core
24 UNIXPATH = /tmp/test-nse-service-arm.unix
25 #DEBUG = YES
26
27 [statistics]
28 AUTOSTART = YES
29 PORT=0
30
31 [fs]
32 AUTOSTART = NO
33 PORT=0
34
35 [datastore]
36 AUTOSTART = NO
37 PORT = 0
38
39 [dht]
40 AUTOSTART = NO
41 PORT = 0
42
43 [nat]
44 DISABLEV6 = YES 
45 BINDTO = 127.0.0.1
46 ENABLE_UPNP = NO
47 BEHIND_NAT = NO
48 ALLOW_NAT = NO
49 INTERNAL_ADDRESS = 127.0.0.1
50 EXTERNAL_ADDRESS = 127.0.0.1
51
52 [transport]
53 PORT = 0
54 plugins = unix
55
56 [transport-unix]
57 PORT = 1
58
59 [transport-tcp]
60 PORT = 0
61
62 [transport-udp]
63 PORT = 0
64
65 [transport-http]
66 PORT = 0
67
68 [transport-https]
69 PORT = 0
70
71 [core]
72 AUTOSTART = YES
73 PORT = 0
74
75 [peerinfo]
76 AUTOSTART = YES
77 PORT = 0
78
79 [dns]
80 AUTOSTART = NO
81
82 [topology]
83 PORT = 0
84 AUTOSTART = NO
85
86 [dv]
87 PORT = 0
88 AUTOSTART = NO
89
90 [resolver]
91 PORT = 0
92
93 [gnunet-nat-server]
94 PORT = 0
95
96 [ats]
97 PORT = 0
98
99 [mesh]
100 PORT = 0
101
102 [template]
103 PORT = 0
104
105 #@W32PORT@ PORT = 1234
106 #@UNIXONLY@ PORT = 0
107
108 [chat]
109 AUTOSTART = NO
110 PORT = 0
111
112 [testing]
113 NUM_PEERS = 4000
114 WEAKRANDOM = YES
115 TOPOLOGY = NONE
116 #CONNECT_TOPOLOGY = SMALL_WORLD_RING
117 CONNECT_TOPOLOGY = ERDOS_RENYI
118 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
119 CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
120 # PERCENTAGE = 3
121 PROBABILITY = .1
122 F2F = NO
123 CONNECT_TIMEOUT = 360 s
124 CONNECT_ATTEMPTS = 3
125 DEBUG = YES
126 #HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
127 HOSTKEYSFILE = hostkeys.dat
128 MAX_CONCURRENT_SSH = 20
129 USE_PROGRESSBARS = YES
130 PEERGROUP_TIMEOUT = 1000 s
131 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers_initial
132 MAX_OUTSTANDING_CONNECTIONS = 100
133 #SINGLE_PEERINFO_PER_HOST = YES
134 #NUM_PEERINFO_PER_HOST = 10
135 #SINGLE_STATISTICS_PER_HOST = YES
136 #NUM_STATISTICS_PER_HOST = 10
137 DELETE_FILES = NO
138 #SKEW_VARIANCE = 30000
139
140 [nse-profiler]
141 OUTPUT_FILE = nse_output_4000_peers.dat
142 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers
143 DATA_OUTPUT_FILE = nse_stats_4000_peers
144 ROUND0 = 4000
145 ROUND1 = 4000
146 ROUND2 = 4000
147 ROUND3 = 4000
148 ROUND4 = 4000
149 ROUND5 = 4000
150 ROUND6 = 4000
151 ROUND7 = 4000
152 ROUND8 = 4000
153 ROUND9 = 4000
154 ROUND10 = 4000
155 ROUND11 = 1000
156 ROUND12 = 1000
157 ROUND13 = 1000
158 ROUND14 = 1000
159 ROUND15 = 1000
160 ROUND16 = 1000
161 ROUND17 = 1000
162 ROUND18 = 1000
163 ROUND19 = 1000
164 ROUND20 = 1000
165 ROUND21 = 2000
166 ROUND22 = 2000
167 ROUND23 = 2000
168 ROUND24 = 2000
169 ROUND25 = 2000
170 ROUND26 = 2000
171 ROUND27 = 2000
172 ROUND28 = 2000
173 ROUND29 = 2000
174 ROUND30 = 2000
175 WAIT_TIME = 1920 s
176 CONNECTION_LIMIT = 10