aboutsummaryrefslogtreecommitdiff
path: root/src/util/util.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util.conf')
-rw-r--r--src/util/util.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/util.conf b/src/util/util.conf
index 3df538f5d..1627b068a 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -49,3 +49,8 @@ PRIVATE_KEY = $GNUNET_DATA_HOME/private_key.ecc
49[TESTING] 49[TESTING]
50SPEEDUP_INTERVAL = 0 ms 50SPEEDUP_INTERVAL = 0 ms
51SPEEDUP_DELTA = 0 ms 51SPEEDUP_DELTA = 0 ms
52# This following option is applicable to LINUX. Enabling this option causes all
53# UNIX domain sockets to be opened as abstract sockets. Note that the
54# filesystem level restrictions no longer apply for abstract sockets. An
55# end-user should not modify this option.
56USE_ABSTRACT_SOCKETS = NO