aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_connect_peer2.conf
blob: 4b63d4721f6962c2ad6253dac7a0d531e50765c7 (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
[PATHS]
SERVICEHOME = /tmp/test-gnunet-testing-connect-peer2/
DEFAULTCONFIG = test_testing_connect_peer2.conf

[resolver]
PORT = 22564
UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
HOSTNAME = localhost

[transport]
PORT = 22565
UNIXPATH = /tmp/gnunet-p2-service-transport.sock
HOSTNAME = localhost
PLUGINS = tcp
#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
#PREFIX = valgrind --tool=memcheck --log-file=logs%p

[arm]
PORT = 22566
UNIXPATH = /tmp/gnunet-p2-service-arm.sock
DEFAULTSERVICES = core 
#core in DEFAULTSERVICES required or test case will fail!
HOSTNAME = localhost
#DEBUG = YES

[statistics]
PORT = 22567
UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
HOSTNAME = localhost

[transport-tcp]
PORT = 22568

[peerinfo]
PORT = 22569
UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
HOSTNAME = localhost

[core]
PORT = 22570
UNIXPATH = /tmp/gnunet-p2-service-core.sock
HOSTNAME = localhost
#DEBUG = YES

[testing]
WEAKRANDOM = YES

[fs]
AUTOSTART = NO

[datastore]
AUTOSTART = NO

[dht]
AUTOSTART = NO

[mesh]
AUTOSTART = NO



[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