psyc: in-order message delivery
[oweals/gnunet.git] / src / core / core.conf.in
index ad39a8a797ad86818f9c94f9f5880d93af7a084e..3f388632e80974c8480747830d5f3a377f9c9086 100644 (file)
@@ -1,13 +1,12 @@
 [core]
-AUTOSTART = YES
+AUTOSTART = @AUTOSTART@
 @JAVAPORT@PORT = 2092
 HOSTNAME = localhost
-HOME = $SERVICEHOME
 BINARY = gnunet-service-core
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
-UNIXPATH = /tmp/gnunet-service-core.sock
-UNIX_MATCH_UID = YES
+UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
+UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
 # DISABLE_SOCKET_FORWARDING = NO
 # USERNAME = 
@@ -18,3 +17,7 @@ UNIX_MATCH_GID = YES
 # REJECT_FROM =
 # REJECT_FROM6 =
 # PREFIX =
+
+# Note: this MUST be set to YES in production, only set to NO for testing
+# for performance (testbed/cluster-scale use!).
+USE_EPHEMERAL_KEYS = YES