diff options
Diffstat (limited to 'src/transport/template_cfg_peer2.conf')
-rw-r--r-- | src/transport/template_cfg_peer2.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf index 3b86137..54636ca 100644 --- a/src/transport/template_cfg_peer2.conf +++ b/src/transport/template_cfg_peer2.conf @@ -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 @@ -44,9 +43,8 @@ PORT = 12010 UNIXPATH = /tmp/gnunet-p2-service-transport.sock [ats] -#DEBUG = YES -WAN_QUOTA_IN = 1 GB -WAN_QUOTA_OUT = 1 GB +WAN_QUOTA_IN = unlimited +WAN_QUOTA_OUT = unlimited PORT = 12016 UNIXPATH = /tmp/gnunet-p2-service-ats.sock |