new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / template_cfg_peer1.conf
index 961c98b8fc3d01e10f36c873984933776a0ce437..05309d53cedb636efd19019f86a4852930e14681 100644 (file)
@@ -1,7 +1,6 @@
 @INLINE@ test_transport_defaults.conf
 [PATHS]
 SERVICEHOME = /tmp/test-transport/api-tcp-p1/
-DEFAULTCONFIG = template_cfg_peer1.conf
 
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
@@ -14,6 +13,12 @@ DISABLEV6 = NO
 PORT = 12000
 TIMEOUT = 5 s
 
+[transport-udp]
+BROADCAST = NO
+
+[transport-unix]
+PORT = 12007
+
 [arm]
 PORT = 12005
 DEFAULTSERVICES = transport
@@ -32,11 +37,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 = unlimited
+WAN_QUOTA_OUT = unlimited
 PORT = 12006
 UNIXPATH = /tmp/gnunet-p1-service-ats.sock
+
+