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