35adc0cad3b9e9ef56f1bbe994fc1dab5a1fb932
[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 # Overriding network settings for faster testing (do NOT use
16 # these values in production just because they are here)
17 WORKDELAY = 1
18 INTERVAL = 15000
19 WORKBITS = 8
20
21
22
23 [arm]
24 PORT = 22354
25 DEFAULTSERVICES = nse core
26 UNIXPATH = /tmp/test-nse-service-arm.unix
27 #DEBUG = YES
28
29 [fs]
30 AUTOSTART = NO
31
32 [datastore]
33 AUTOSTART = NO
34
35 [dht]
36 AUTOSTART = NO
37
38 [transport]
39 AUTOSTART = YES
40
41 [core]
42 AUTOSTART = YES
43
44 [peerinfo]
45 AUTOSTART = YES
46
47 [nat]
48 DISABLEV6 = YES
49 BINDTO = 127.0.0.1
50 ENABLE_UPNP = NO
51 BEHIND_NAT = NO
52 ALLOW_NAT = NO
53 INTERNAL_ADDRESS = 127.0.0.1
54 EXTERNAL_ADDRESS = 127.0.0.1
55
56 [dns]
57 AUTOSTART = NO
58
59 [testing]
60 NUM_PEERS = 10
61 WEAKRANDOM = YES
62 TOPOLOGY = NONE
63 CONNECT_TOPOLOGY = SMALL_WORLD_RING
64 PERCENTAGE = 3
65 F2F = NO
66 CONNECT_TIMEOUT = 60
67 CONNECT_ATTEMPTS = 3
68 #DEBUG = YES
69 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
70 MAX_CONCURRENT_SSH = 20
71 USE_PROGRESSBARS = YES
72 PEERGROUP_TIMEOUT = 1000
73
74
75