aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/template_cfg_peer1.conf4
-rw-r--r--src/transport/template_cfg_peer2.conf4
-rw-r--r--src/transport/test_transport_api_reliability_http_nat_peer2.conf4
3 files changed, 4 insertions, 8 deletions
diff --git a/src/transport/template_cfg_peer1.conf b/src/transport/template_cfg_peer1.conf
index 2b8e9b2a4..ab0c5b391 100644
--- a/src/transport/template_cfg_peer1.conf
+++ b/src/transport/template_cfg_peer1.conf
@@ -45,8 +45,8 @@ UNIXPATH = /tmp/gnunet-p1-service-transport.sock
45 45
46[ats] 46[ats]
47#DEBUG = YES 47#DEBUG = YES
48WAN_QUOTA_IN = 1 GB 48WAN_QUOTA_IN = unlimited
49WAN_QUOTA_OUT = 1 GB 49WAN_QUOTA_OUT = unlimited
50PORT = 12006 50PORT = 12006
51UNIXPATH = /tmp/gnunet-p1-service-ats.sock 51UNIXPATH = /tmp/gnunet-p1-service-ats.sock
52 52
diff --git a/src/transport/template_cfg_peer2.conf b/src/transport/template_cfg_peer2.conf
index 3b861370f..a10dfc488 100644
--- a/src/transport/template_cfg_peer2.conf
+++ b/src/transport/template_cfg_peer2.conf
@@ -45,8 +45,8 @@ UNIXPATH = /tmp/gnunet-p2-service-transport.sock
45 45
46[ats] 46[ats]
47#DEBUG = YES 47#DEBUG = YES
48WAN_QUOTA_IN = 1 GB 48WAN_QUOTA_IN = unlimited
49WAN_QUOTA_OUT = 1 GB 49WAN_QUOTA_OUT = unlimited
50PORT = 12016 50PORT = 12016
51UNIXPATH = /tmp/gnunet-p2-service-ats.sock 51UNIXPATH = /tmp/gnunet-p2-service-ats.sock
52 52
diff --git a/src/transport/test_transport_api_reliability_http_nat_peer2.conf b/src/transport/test_transport_api_reliability_http_nat_peer2.conf
index c87a25622..4a5cbbad0 100644
--- a/src/transport/test_transport_api_reliability_http_nat_peer2.conf
+++ b/src/transport/test_transport_api_reliability_http_nat_peer2.conf
@@ -3,10 +3,6 @@
3SERVICEHOME = /tmp/test-transport/api-http-p2/ 3SERVICEHOME = /tmp/test-transport/api-http-p2/
4DEFAULTCONFIG = test_transport_api_reliability_http_nat_peer2.conf 4DEFAULTCONFIG = test_transport_api_reliability_http_nat_peer2.conf
5 5
6[ats]
7WAN_QUOTA_OUT = 1073741824
8WAN_QUOTA_IN = 1073741824
9
10[transport-http] 6[transport-http]
11PORT = 12090 7PORT = 12090
12 8