Start implementation of some functions.
[oweals/gnunet.git] / src / dht / test_dht_multipeer.conf
1 [dhtcache]
2 QUOTA = 1 MB
3 DATABASE = heap
4
5 [transport]
6 PLUGINS = tcp
7
8 [ats]
9 WAN_QUOTA_IN = 1 GB
10 WAN_QUOTA_OUT = 1 GB
11
12 [testbed]
13 OVERLAY_TOPOLOGY = FROM_FILE
14 OVERLAY_TOPOLOGY_FILE = test_dht_multipeer_topology.dat
15
16 [PATHS]
17 GNUNET_TEST_HOME = /tmp/test-dht-multipeer/
18
19 [nat]
20 DISABLEV6 = YES
21 RETURN_LOCAL_ADDRESSES = YES
22 ENABLE_UPNP = NO
23 BEHIND_NAT = NO
24 ALLOW_NAT = NO
25 INTERNAL_ADDRESS = 127.0.0.1
26 EXTERNAL_ADDRESS = 127.0.0.1
27 USE_LOCALADDR = YES
28