renaming ats files
[oweals/gnunet.git] / src / nse / test_nse.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunetd-nse/
3 DEFAULTCONFIG = test_nse.conf
4
5 [nse]
6 PORT = 22353
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
15 [arm]
16 PORT = 22354
17 DEFAULTSERVICES = nse core
18 UNIXPATH = /tmp/test-nse-service-arm.unix
19 #DEBUG = YES
20
21 [fs]
22 AUTOSTART = NO
23
24 [datastore]
25 AUTOSTART = NO
26
27 [dht]
28 AUTOSTART = NO
29
30 [transport]
31 AUTOSTART = YES
32
33 [core]
34 AUTOSTART = YES
35
36 [peerinfo]
37 AUTOSTART = YES
38
39 [dns]
40 AUTOSTART = NO
41
42 [testing]
43 NUM_PEERS = 20
44 WEAKRANDOM = YES
45 TOPOLOGY = CLIQUE
46 F2F = NO
47 CONNECT_TIMEOUT = 60
48 CONNECT_ATTEMPTS = 3
49 #DEBUG = YES
50 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
51 MAX_CONCURRENT_SSH = 20
52 USE_PROGRESSBARS = YES
53 PEERGROUP_TIMEOUT = 180