Removing all the tests for the bluetooth transport plugin.
[oweals/gnunet.git] / src / transport / template_cfg_peer2.conf
index cb5935f8107e6944e828c42fa7108b906da321e8..a1773a37b1a69fdcb34fa60ec2a6ceb888aa683d 100644 (file)
@@ -1,7 +1,6 @@
 @INLINE@ test_transport_defaults.conf
 [PATHS]
 SERVICEHOME = /tmp/test-transport/api-tcp-p2/
-DEFAULTCONFIG = template_cfg_peer2.conf
 
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
@@ -12,7 +11,13 @@ DISABLEV6 = NO
 
 [transport-tcp]
 PORT = 12100
-TIMEOUT = 5000
+TIMEOUT = 5 s
+
+[transport-udp]
+BROADCAST = NO
+
+[transport-unix]
+PORT = 12017
 
 [arm]
 PORT = 12014
@@ -31,12 +36,18 @@ UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
 PORT = 12011
 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
 TRUST = $SERVICEHOME/data/credit/
+USE_INCLUDED_HELLOS = NO 
 
 [transport]
+#PREFIX = valgrind --leak-check=full
 PORT = 12010
 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
 
 [ats]
-#DEBUG = YES
+WAN_QUOTA_IN = unlimited
+WAN_QUOTA_OUT = unlimited
 PORT = 12016
 UNIXPATH = /tmp/gnunet-p2-service-ats.sock
+
+[hostlist]
+SERVERS = dummy
\ No newline at end of file