blob: 1047205cbf58015516b6eec8b034576ede56c426 (
plain)
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
|
[testbed]
HOSTNAME = localhost
OVERLAY_TOPOLOGY = LINE
[arm]
GLOBAL_POSTFIX=-L ERROR
[multicast]
#PREFIX = tmux new-window gdb -x ./cmd.gdb --args
#PREFIX = valgrind --leak-check=full
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-multicast.sock
[vpn]
AUTOSTART = NO
[peerinfo]
# Do not use shipped gnunet HELLOs
USE_INCLUDED_HELLOS = NO
# Option to disable all disk IO; only useful for testbed runs
# (large-scale experiments); disables persistence of HELLOs!
NO_IO = YES
[cadet]
ID_ANNOUNCE_TIME = 5 s
[hostlist]
FORCESTART = NO
AUTOSTART = NO
[nat]
ENABLE_UPNP = NO
[fs]
FORCESTART = NO
AUTOSTART = NO
[vpn]
FORCESTART = NO
AUTOSTART = NO
[revocation]
FORCESTART = NO
AUTOSTART = NO
[gns]
FORCESTART = NO
AUTOSTART = NO
[namestore]
FORCESTART = NO
AUTOSTART = NO
[namecache]
FORCESTART = NO
AUTOSTART = NO
[topology]
FORCESTART = NO
AUTOSTART = NO
[nse]
WORKBITS = 0
|