aboutsummaryrefslogtreecommitdiff
path: root/src/nse/test_nse.conf
blob: 625d059eeb67de8fdb448740d5a2e533b077b37e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[PATHS]
SERVICEHOME = /tmp/test-nse-multipeer/

[nse]
PORT = 22353
UNIXPATH = /tmp/test-nse-service-nse.unix
BINARY = gnunet-service-nse
#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
AUTOSTART = YES
DEBUG = NO
PROOFFILE = $SERVICEHOME/proof.nse
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
WORKDELAY = 1 ms
INTERVAL = 60 s
WORKBITS = 1

HISTOGRAM = $SERVICEHOME/nse-histogram


[arm]
PORT = 22354
DEFAULTSERVICES = nse core
UNIXPATH = /tmp/test-nse-service-arm.unix
#DEBUG = YES

[fs]
AUTOSTART = NO

[datastore]
AUTOSTART = NO

[dht]
AUTOSTART = NO

[transport]
AUTOSTART = YES

[core]
AUTOSTART = YES

[peerinfo]
AUTOSTART = YES

[nat]
DISABLEV6 = YES
BINDTO = 127.0.0.1
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1

[dns]
AUTOSTART = NO

[testing]
WEAKRANDOM = YES

[testing_old]
NUM_PEERS = 10
TOPOLOGY = NONE
CONNECT_TOPOLOGY = SMALL_WORLD_RING
PERCENTAGE = 3
F2F = NO
CONNECT_TIMEOUT = 60 s
CONNECT_ATTEMPTS = 3
#DEBUG = YES
HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
MAX_CONCURRENT_SSH = 20
USE_PROGRESSBARS = YES
PEERGROUP_TIMEOUT = 1000 s

DELETE_FILES = NO