Use _weighted_ average of last estimations to calculate network size
[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
30 [fs]
31 AUTOSTART = NO
32
33 [datastore]
34 AUTOSTART = NO
35
36 [dht]
37 AUTOSTART = NO
38
39 [transport]
40 PORT = 0
41 AUTOSTART = YES
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 [core]
56 AUTOSTART = YES
57
58 [peerinfo]
59 AUTOSTART = YES
60
61 [dns]
62 AUTOSTART = NO
63
64 [topology]
65 PORT = 0
66 AUTOSTART = NO
67
68 [transport]
69 PORT = 0
70 plugins = unix
71
72 [chat]
73 AUTOSTART = NO
74 PORT = 0
75
76 [testing]
77 NUM_PEERS = 200
78 WEAKRANDOM = YES
79 TOPOLOGY = NONE
80 #CONNECT_TOPOLOGY = SMALL_WORLD_RING
81 CONNECT_TOPOLOGY = ERDOS_RENYI
82 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
83 CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
84 PERCENTAGE = 3
85 #PROBABILITY = .1
86 F2F = NO
87 CONNECT_TIMEOUT = 360 s
88 CONNECT_ATTEMPTS = 3
89 #DEBUG = YES
90 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
91 MAX_CONCURRENT_SSH = 20
92 USE_PROGRESSBARS = YES
93 PEERGROUP_TIMEOUT = 1000 s
94 TOPOLOGY_OUTPUT_FILE = nse_topo_1000_peers_initial
95 MAX_OUTSTANDING_CONNECTIONS = 200
96 #SINGLE_PEERINFO_PER_HOST = YES
97 #NUM_PEERINFO_PER_HOST = 10
98 #SINGLE_STATISTICS_PER_HOST = YES
99 #NUM_STATISTICS_PER_HOST = 10
100 DELETE_FILES = NO
101
102 [nse-profiler]
103 #OUTPUT_FILE = nse_output_100_peers.dat
104 TOPOLOGY_OUTPUT_FILE = nse_topo_100_peers
105 #DATA_OUTPUT_FILE = nse_topo_100_peers_stats
106 #ROUND0 = 90
107 #ROUND1 = 100
108 #ROUND2 = 50
109 #ROUND3 = 100
110 #ROUND2 = 500
111 #ROUND3 = 1000
112 WAIT_TIME = 19200 s
113 CONNECTION_LIMIT = 10
114