-regenerating PO files
[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 PREFIX = valgrind
56
57 [transport-unix]
58 PORT = 1
59
60 [transport-tcp]
61 PORT = 0
62
63 [transport-udp]
64 PORT = 0
65
66 [transport-http]
67 PORT = 0
68
69 [transport-https]
70 PORT = 0
71
72 [core]
73 AUTOSTART = YES
74 PORT = 0
75
76 [peerinfo]
77 AUTOSTART = YES
78 PORT = 0
79
80 [dns]
81 AUTOSTART = NO
82
83 [topology]
84 AUTOSTART = NO
85
86 [dv]
87 AUTOSTART = NO
88
89 [resolver]
90 PORT = 0
91
92 [ats]
93 PORT = 0
94
95 [mesh]
96 AUTOSTART = NO
97
98 [chat]
99 AUTOSTART = NO
100
101 [gns]
102 AUTOSTART = NO
103
104 [vpn]
105 AUTOSTART = NO
106
107 [testing]
108 NUM_PEERS = 20
109 WEAKRANDOM = YES
110 TOPOLOGY = NONE
111 #CONNECT_TOPOLOGY = SMALL_WORLD_RING
112 CONNECT_TOPOLOGY = ERDOS_RENYI
113 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
114 CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
115 # PERCENTAGE = 3
116 PROBABILITY = .1
117 F2F = NO
118 CONNECT_TIMEOUT = 360 s
119 CONNECT_ATTEMPTS = 3
120 DEBUG = YES
121 #HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
122 HOSTKEYSFILE = hostkeys.dat
123 MAX_CONCURRENT_SSH = 20
124 USE_PROGRESSBARS = YES
125 PEERGROUP_TIMEOUT = 1000 s
126 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers_initial
127 MAX_OUTSTANDING_CONNECTIONS = 100
128 #SINGLE_PEERINFO_PER_HOST = YES
129 #NUM_PEERINFO_PER_HOST = 10
130 #SINGLE_STATISTICS_PER_HOST = YES
131 #NUM_STATISTICS_PER_HOST = 10
132 DELETE_FILES = NO
133 #SKEW_VARIANCE = 30000
134
135 [nse-profiler]
136 OUTPUT_FILE = nse_output_4000_peers.dat
137 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers
138 DATA_OUTPUT_FILE = nse_stats_4000_peers
139 ROUND0 = 20
140 ROUND1 = 20
141 ROUND2 = 20
142 ROUND3 = 20
143 WAIT_TIME = 60 s
144 CONNECTION_LIMIT = 10