aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-02 22:19:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-02 22:19:19 +0000
commit86d63901b65ec2a654bb7bb58a9fc962a6dc746d (patch)
treefec9da6c6d39755a9ccb6a51468a9aaba79af2a3 /src/core/core.conf.in
parent3db319d5d3ce6510eb344a7d3c0ba10df8457443 (diff)
downloadgnunet-86d63901b65ec2a654bb7bb58a9fc962a6dc746d.tar.gz
gnunet-86d63901b65ec2a654bb7bb58a9fc962a6dc746d.zip
adding option to disable use of ephemeral keys for HPC testing
Diffstat (limited to 'src/core/core.conf.in')
-rw-r--r--src/core/core.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.conf.in b/src/core/core.conf.in
index ad39a8a79..839c21eeb 100644
--- a/src/core/core.conf.in
+++ b/src/core/core.conf.in
@@ -18,3 +18,7 @@ UNIX_MATCH_GID = YES
18# REJECT_FROM = 18# REJECT_FROM =
19# REJECT_FROM6 = 19# REJECT_FROM6 =
20# PREFIX = 20# PREFIX =
21
22# Note: this MUST be set to YES in production, only set to NO for testing
23# for performance (testbed/cluster-scale use!).
24USE_EPHEMERAL_KEYS = YES \ No newline at end of file