fixes
[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 [nat]
40 DISABLEV6 = YES
41 BINDTO = 127.0.0.1
42 ENABLE_UPNP = NO
43 BEHIND_NAT = NO
44 ALLOW_NAT = NO
45 INTERNAL_ADDRESS = 127.0.0.1
46 EXTERNAL_ADDRESS = 127.0.0.1
47
48 [dns]
49 AUTOSTART = NO
50
51 [testing]
52 NUM_PEERS = 10
53 WEAKRANDOM = YES
54 TOPOLOGY = NONE
55 CONNECT_TOPOLOGY = SMALL_WORLD_RING
56 PERCENTAGE = 3
57 F2F = NO
58 CONNECT_TIMEOUT = 60
59 CONNECT_ATTEMPTS = 3
60 #DEBUG = YES
61 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
62 MAX_CONCURRENT_SSH = 20
63 USE_PROGRESSBARS = YES
64 PEERGROUP_TIMEOUT = 1000
65
66
67