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 = core
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
40 [core]
41 AUTOSTART = YES
42
43 [peerinfo]
44 AUTOSTART = YES
45
46 [dns]
47 AUTOSTART = NO
48
49 [topology]
50 PORT = 0
51 AUTOSTART = NO
52
53 [transport]
54 PORT = 0
55 plugins = unix
56
57 [testing]
58 NUM_PEERS = 1000
59 WEAKRANDOM = YES
60 TOPOLOGY = NONE
61 CONNECT_TOPOLOGY = SMALL_WORLD_RING
62 PERCENTAGE = 4
63 F2F = NO
64 CONNECT_TIMEOUT = 60
65 CONNECT_ATTEMPTS = 3
66 #DEBUG = YES
67 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
68 MAX_CONCURRENT_SSH = 20
69 USE_PROGRESSBARS = YES
70 PEERGROUP_TIMEOUT = 1000
71 TOPOLOGY_OUTPUT_FILE = nse_topo_1000_peers_initial
72 MAX_OUTSTANDING_CONNECTIONS = 200
73 #SINGLE_PEERINFO_PER_HOST = YES
74 #NUM_PEERINFO_PER_HOST = 10
75 #SINGLE_STATISTICS_PER_HOST = YES
76 #NUM_STATISTICS_PER_HOST = 10
77
78 [nse-profiler]
79 #OUTPUT_FILE = nse_output_1000_peers.dat
80 #TOPOLOGY_OUTPUT_FILE = nse_topo_1000_peers
81 #ROUND0 = 75
82 #ROUND1 = 750
83 #ROUND2 = 500
84 #ROUND3 = 1000
85 WAIT_TIME = 7200