aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dhtu_testbed_deploy.conf
blob: 59d69894a4c28a062e050ca100baebee10e1eec1 (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
# This file is in the public domain.

# Simple configuration template to deploy a DHT testbed
# with peers using the IP underlay.

[paths]
GNUNET_DATA_HOME=/tmp/%N%

[dht]
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-dht-%N%.sock

[dhtu-ip]
ENABLED = YES
NSE = 10
UDP_PORT = %N%

[dhtu-gnunet]
ENABLED = NO

[statistics]
DISABLE = YES

[dhtcache]
DATABASE = heap
QUOTA = 50 MB
DISABLE_BF_RC = YES