6a87e1bb7a3d39e4788f6934e006ecb6b4bb1ca4
[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 = 100
44 WEAKRANDOM = YES
45 TOPOLOGY = NONE
46 CONNECT_TOPOLOGY = SMALL_WORLD_RING
47 PERCENTAGE = 3
48 F2F = NO
49 CONNECT_TIMEOUT = 60
50 CONNECT_ATTEMPTS = 3
51 #DEBUG = YES
52 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
53 MAX_CONCURRENT_SSH = 20
54 USE_PROGRESSBARS = YES
55 PEERGROUP_TIMEOUT = 1000
56
57
58