aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht.conf.in')
-rw-r--r--src/dht/dht.conf.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dht/dht.conf.in b/src/dht/dht.conf.in
index 59581dc7b..9a6c47d9c 100644
--- a/src/dht/dht.conf.in
+++ b/src/dht/dht.conf.in
@@ -11,7 +11,7 @@ BUCKET_SIZE = 4
11UNIXPATH = /tmp/gnunet-service-dht.sock 11UNIXPATH = /tmp/gnunet-service-dht.sock
12# This could be relaxed... 12# This could be relaxed...
13UNIX_MATCH_UID = YES 13UNIX_MATCH_UID = YES
14UNIX_MATCH_GID = YES 14UNIX_MATCH_GID = YESa
15# DISABLE_SOCKET_FORWARDING = NO 15# DISABLE_SOCKET_FORWARDING = NO
16# DEBUG = YES 16# DEBUG = YES
17# USERNAME = 17# USERNAME =
@@ -32,6 +32,9 @@ UNIX_MATCH_GID = YES
32# STOP_FOUND = 32# STOP_FOUND =
33# CONVERGE_MODIFIER = 33# CONVERGE_MODIFIER =
34 34
35# Special option to disable DHT calling 'try_connect' (for testing)
36DISABLE_TRY_CONNECT = NO
37
35 38
36[dhtcache] 39[dhtcache]
37DATABASE = sqlite 40DATABASE = sqlite