aboutsummaryrefslogtreecommitdiff
path: root/src/transport/template_cfg_peer1.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-16 14:06:33 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-16 14:06:33 +0000
commitceb61a7028230e7d1faba3f01f1d9b0e1f9ab8e4 (patch)
tree09f5c7a16a59c1ffad083c6600d19f7ec1c86161 /src/transport/template_cfg_peer1.conf
parent961745754238752335b14293ef819d0b45ae8867 (diff)
downloadgnunet-ceb61a7028230e7d1faba3f01f1d9b0e1f9ab8e4.tar.gz
gnunet-ceb61a7028230e7d1faba3f01f1d9b0e1f9ab8e4.zip
transport-testing uses precomputed hostkeys to improve speed especially on slow systems
Diffstat (limited to 'src/transport/template_cfg_peer1.conf')
-rw-r--r--src/transport/template_cfg_peer1.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index fbb4f7c4f..90ad9ab06 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -3,6 +3,9 @@
3SERVICEHOME = /tmp/test-transport/api-tcp-p1/ 3SERVICEHOME = /tmp/test-transport/api-tcp-p1/
4DEFAULTCONFIG = template_cfg_peer1.conf 4DEFAULTCONFIG = template_cfg_peer1.conf
5 5
6[gnunetd]
7HOSTKEY = $SERVICEHOME/.hostkey
8
6[nat] 9[nat]
7RETURN_LOCAL_ADDRESSES = YES 10RETURN_LOCAL_ADDRESSES = YES
8DISABLEV6 = NO 11DISABLEV6 = NO
@@ -30,6 +33,7 @@ UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
30 33
31[transport] 34[transport]
32PORT = 12001 35PORT = 12001
36#DEBUG = YES
33UNIXPATH = /tmp/gnunet-p1-service-transport.sock 37UNIXPATH = /tmp/gnunet-p1-service-transport.sock
34 38
35[ats] 39[ats]