aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/test_cadet.conf
blob: 5489888d198d172aec6250327b91ce94f6e15c08 (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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[testbed]
AUTOSTART = NO
PORT = 12113
ACCEPT_FROM = 127.0.0.1;
HOSTNAME = localhost
OVERLAY_TOPOLOGY = LINE
#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args

[fs]
AUTOSTART = NO

[resolver]
AUTOSTART = NO

[cadet]
#BINARY = gnunet-service-cadet-enc
#PREFIX = valgrind --leak-check=full
#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
AUTOSTART = NO
ACCEPT_FROM = 127.0.0.1;
REFRESH_CONNECTION_TIME = 333 ms
ID_ANNOUNCE_TIME = 5 s
CONNECT_TIMEOUT = 30 s
DEFAULT_TTL = 16
DHT_REPLICATION_LEVEL = 10
MAX_TUNNELS = 10
MAX_CONNECTIONS = 10
MAX_MSGS_QUEUE = 20
DISABLE_TRY_CONNECT = YES
REKEY_PERIOD = 2 s

[dht]
AUTOSTART = NO
DISABLE_TRY_CONNECT = YES
FORCE_NSE = 3

[dhtcache]
QUOTA = 1 MB
DATABASE = heap

[transport]
PLUGINS = udp
ACCEPT_FROM6 = ::1;
ACCEPT_FROM = 127.0.0.1;
NEIGHBOUR_LIMIT = 50
PORT = 12365
#MANIPULATE_DELAY_IN = 10 ms
#MANIPULATE_DELAY_OUT = 10 ms


[ats]
WAN_QUOTA_OUT = 3932160
WAN_QUOTA_IN = 3932160

[core]
PORT = 12092
AUTOSTART = YES
USE_EPHEMERAL_KEYS = NO

[arm]
DEFAULTSERVICES = core transport dht cadet statistics
PORT = 12366

[transport-udp]
TIMEOUT = 300 s
PORT = 12368

[gnunetd]
HOSTKEY = $GNUNET_TEST_HOME/.hostkey

[PATHS]
GNUNET_TEST_HOME = /tmp/test-cadet/

[dns]
AUTOSTART = NO

[nse]
AUTOSTART = NO

[vpn]
AUTOSTART = NO

[nat]
RETURN_LOCAL_ADDRESSES = YES
DISABLEV6 = YES
USE_LOCALADDR = YES

[gns-helper-service-w32]
AUTOSTART = NO

[consensus]
AUTOSTART = NO

[gns]
AUTOSTART = NO

[statistics]
AUTOSTART = NO

[peerinfo]
NO_IO = YES