- Remove duplicate transport section
[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-unix]
53 PORT = 11111
54
55 [transport-tcp]
56 PORT = 0
57
58 [transport-udp]
59 PORT = 0
60
61 [transport-http]
62 PORT = 0
63
64 [transport-https]
65 PORT = 0
66
67 [core]
68 AUTOSTART = YES
69 PORT = 0
70
71 [peerinfo]
72 AUTOSTART = YES
73 PORT = 0
74
75 [dns]
76 AUTOSTART = NO
77
78 [topology]
79 PORT = 0
80 AUTOSTART = NO
81
82 [dv]
83 PORT = 0
84 AUTOSTART = NO
85
86 [resolver]
87 PORT = 0
88
89 [gnunet-nat-server]
90 PORT = 0
91
92 [ats]
93 PORT = 0
94
95 [mesh]
96 PORT = 0
97
98 [template]
99 PORT = 0
100
101 #@W32PORT@ PORT = 1234
102 #@UNIXONLY@ PORT = 0
103
104 [transport]
105 PORT = 0
106 plugins = unix
107
108 [chat]
109 AUTOSTART = NO
110 PORT = 0
111
112 [testing]
113 NUM_PEERS = 10
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 = .5
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 = 300 s
176 CONNECTION_LIMIT = 10