- notify clients when a tunnel times out
[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 = NO
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 AUTOSTART = NO
84
85 [dv]
86 AUTOSTART = NO
87
88 [resolver]
89 PORT = 0
90
91 [ats]
92 PORT = 0
93
94 [mesh]
95 AUTOSTART = NO
96
97 [chat]
98 AUTOSTART = NO
99
100 [gns]
101 AUTOSTART = NO
102
103 [vpn]
104 AUTOSTART = NO
105
106 [testing]
107 WEAKRANDOM = YES
108
109 [testing_old]
110 NUM_PEERS = 2000
111 TOPOLOGY = NONE
112 #CONNECT_TOPOLOGY = SMALL_WORLD_RING
113 CONNECT_TOPOLOGY = ERDOS_RENYI
114 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
115 CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
116 # PERCENTAGE = 3
117 PROBABILITY = .1
118 F2F = NO
119 CONNECT_TIMEOUT = 360 s
120 CONNECT_ATTEMPTS = 3
121 DEBUG = YES
122 #HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
123 HOSTKEYSFILE = hostkeys.dat
124 MAX_CONCURRENT_SSH = 20
125 USE_PROGRESSBARS = YES
126 PEERGROUP_TIMEOUT = 1000 s
127 TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers_initial
128 MAX_OUTSTANDING_CONNECTIONS = 100
129 #SINGLE_PEERINFO_PER_HOST = YES
130 #NUM_PEERINFO_PER_HOST = 10
131 #SINGLE_STATISTICS_PER_HOST = YES
132 #NUM_STATISTICS_PER_HOST = 10
133 DELETE_FILES = NO
134 #SKEW_VARIANCE = 30000
135
136 [nse-profiler]
137 OUTPUT_FILE = nse_output_2000_peers.dat
138 TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers
139 DATA_OUTPUT_FILE = nse_stats_2000_peers
140 ROUND0 = 1000
141 #ROUND1 = 2000
142 ROUND2 = 2000
143 ROUND3 = 2000
144 ROUND4 = 2000
145 ROUND5 = 2000
146 ROUND6 = 2000
147 ROUND7 = 2000
148 ROUND8 = 2000
149 ROUND9 = 2000
150 ROUND10 = 2000
151 ROUND11 = 1000
152 ROUND12 = 1000
153 ROUND13 = 1000
154 ROUND14 = 1000
155 ROUND15 = 1000
156 ROUND16 = 1000
157 ROUND17 = 1000
158 ROUND18 = 1000
159 ROUND19 = 1000
160 ROUND20 = 1000
161 ROUND21 = 2000
162 ROUND22 = 2000
163 ROUND23 = 2000
164 ROUND24 = 2000
165 ROUND25 = 2000
166 ROUND26 = 2000
167 ROUND27 = 2000
168 ROUND28 = 2000
169 ROUND29 = 2000
170 ROUND30 = 2000
171 WAIT_TIME = 1920 s
172 CONNECTION_LIMIT = 10