nse interval is too high for some test hosts
[oweals/gnunet.git] / src / nse / test_nse.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-nse-multipeer/
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 = NO
13 CONFIG = $DEFAULTCONFIG
14 PROOFFILE = $SERVICEHOME/proof.nse
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 = 1
20
21 HISTOGRAM = $SERVICEHOME/nse-histogram
22
23
24 [arm]
25 PORT = 22354
26 DEFAULTSERVICES = nse core
27 UNIXPATH = /tmp/test-nse-service-arm.unix
28 #DEBUG = YES
29
30 [fs]
31 AUTOSTART = NO
32
33 [datastore]
34 AUTOSTART = NO
35
36 [dht]
37 AUTOSTART = NO
38
39 [transport]
40 AUTOSTART = YES
41
42 [core]
43 AUTOSTART = YES
44
45 [peerinfo]
46 AUTOSTART = YES
47
48 [nat]
49 DISABLEV6 = YES
50 BINDTO = 127.0.0.1
51 ENABLE_UPNP = NO
52 BEHIND_NAT = NO
53 ALLOW_NAT = NO
54 INTERNAL_ADDRESS = 127.0.0.1
55 EXTERNAL_ADDRESS = 127.0.0.1
56
57 [dns]
58 AUTOSTART = NO
59
60 [testing]
61 NUM_PEERS = 10
62 WEAKRANDOM = YES
63 TOPOLOGY = NONE
64 CONNECT_TOPOLOGY = SMALL_WORLD_RING
65 PERCENTAGE = 3
66 F2F = NO
67 CONNECT_TIMEOUT = 60
68 CONNECT_ATTEMPTS = 3
69 #DEBUG = YES
70 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
71 MAX_CONCURRENT_SSH = 20
72 USE_PROGRESSBARS = YES
73 PEERGROUP_TIMEOUT = 1000
74
75 DELETE_FILES = NO
76
77