nse changes
[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 = NO
13 CONFIG = $DEFAULTCONFIG
14
15 [arm]
16 PORT = 0
17 DEFAULTSERVICES = nse core topology
18 UNIXPATH = /tmp/test-nse-service-arm.unix
19 #DEBUG = YES
20
21 [statistics]
22 AUTOSTART = NO
23
24 [fs]
25 AUTOSTART = NO
26
27 [datastore]
28 AUTOSTART = NO
29
30 [dht]
31 AUTOSTART = NO
32
33 [transport]
34 PORT = 0
35 AUTOSTART = YES
36
37 [transport-unix]
38 PORT = 11111
39 [core]
40 AUTOSTART = YES
41
42 [peerinfo]
43 AUTOSTART = YES
44
45 [dns]
46 AUTOSTART = NO
47
48 [topology]
49 PORT = 0
50
51 [transport]
52 PORT = 0
53 plugins = unix
54
55 [testing]
56 NUM_PEERS = 1000
57 WEAKRANDOM = YES
58 TOPOLOGY = NONE
59 CONNECT_TOPOLOGY = SMALL_WORLD_RING
60 PERCENTAGE = 5
61 F2F = NO
62 CONNECT_TIMEOUT = 60
63 CONNECT_ATTEMPTS = 3
64 #DEBUG = YES
65 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
66 MAX_CONCURRENT_SSH = 1
67 USE_PROGRESSBARS = YES
68 PEERGROUP_TIMEOUT = 1000
69 MAX_OUTSTANDING_CONNECTIONS = 20
70
71 [nse-profiler]
72 OUTPUT_FILE = nse_output_1000_peers.dat
73 ROUND0 = 1000
74 ROUND1 = 750
75 ROUND2 = 500
76 ROUND3 = 1000
77 WAIT_TIME = 800
78