-makefile for new test_stream_local (commented)
[oweals/gnunet.git] / src / transport / template_cfg_peer1.conf
index fbb4f7c4f10b5175081d81937265f27fb447b575..ba05e9357bef4a6f9be0c9965e75cb9b616139fa 100644 (file)
@@ -3,13 +3,19 @@
 SERVICEHOME = /tmp/test-transport/api-tcp-p1/
 DEFAULTCONFIG = template_cfg_peer1.conf
 
+[gnunetd]
+HOSTKEY = $SERVICEHOME/.hostkey
+
 [nat]
 RETURN_LOCAL_ADDRESSES = YES
 DISABLEV6 = NO
 
 [transport-tcp]
 PORT = 12000
-TIMEOUT = 5000
+TIMEOUT = 5 s
+
+[transport-udp]
+BROADCAST = NO
 
 [arm]
 PORT = 12005
@@ -29,10 +35,16 @@ PORT = 12002
 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 
 [transport]
+#PREFIX = valgrind --leak-check=full
 PORT = 12001
+#DEBUG = YES
 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
 
 [ats]
 #DEBUG = YES
+WAN_QUOTA_IN = 1 GB
+WAN_QUOTA_OUT = 1 GB
 PORT = 12006
 UNIXPATH = /tmp/gnunet-p1-service-ats.sock
+
+