add statistic to track estimated network diameter
[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 [transport]
44 PORT = 0
45 AUTOSTART = YES
46
47 [nat]
48 DISABLEV6 = YES 
49 BINDTO = 127.0.0.1
50 ENABLE_UPNP = NO
51 BEHIND_NAT = NO
52 ALLOW_NAT = NO
53 INTERNAL_ADDRESS = 127.0.0.1
54 EXTERNAL_ADDRESS = 127.0.0.1
55
56 [transport-unix]
57 PORT = 11111
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 #@UNIXPORT@ PORT = 0
107
108 [transport]
109 PORT = 0
110 plugins = unix
111
112 [chat]
113 AUTOSTART = NO
114 PORT = 0
115
116 [testing]
117 NUM_PEERS = 4000
118 WEAKRANDOM = YES
119 TOPOLOGY = NONE
120 #CONNECT_TOPOLOGY = SMALL_WORLD_RING
121 CONNECT_TOPOLOGY = ERDOS_RENYI
122 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
123 CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
124 # PERCENTAGE = 3
125 PROBABILITY = .1
126 F2F = NO
127 CONNECT_TIMEOUT = 360 s
128 CONNECT_ATTEMPTS = 3
129 DEBUG = YES
130 #HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
131 HOSTKEYSFILE = hostkeys.dat
132 MAX_CONCURRENT_SSH = 20
133 USE_PROGRESSBARS = YES
134 PEERGROUP_TIMEOUT = 1000 s
135 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers_initial
136 MAX_OUTSTANDING_CONNECTIONS = 200
137 #SINGLE_PEERINFO_PER_HOST = YES
138 #NUM_PEERINFO_PER_HOST = 10
139 #SINGLE_STATISTICS_PER_HOST = YES
140 #NUM_STATISTICS_PER_HOST = 10
141 DELETE_FILES = NO
142
143 [nse-profiler]
144 OUTPUT_FILE = nse_output_4000_peers.dat
145 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers
146 DATA_OUTPUT_FILE = nse_topo_4000_peers_stats
147 #ROUND0 = 90
148 #ROUND1 = 100
149 #ROUND2 = 50
150 #ROUND3 = 100
151 #ROUND2 = 500
152 #ROUND3 = 1000
153 WAIT_TIME = 19200 s
154 CONNECTION_LIMIT = 10
155