From 33b82efd64daedf1dc57a013fff610d2c6ec8c88 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Jan 2015 22:28:52 +0000 Subject: -fix logging, set quota to higher for testcase, also WLAN --- src/transport/test_transport_api_reliability_bluetooth_peer1.conf | 3 +++ src/transport/test_transport_api_reliability_bluetooth_peer2.conf | 3 +++ src/transport/test_transport_api_reliability_wlan_peer1.conf | 4 ++-- src/transport/test_transport_api_reliability_wlan_peer2.conf | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/transport/test_transport_api_reliability_bluetooth_peer1.conf b/src/transport/test_transport_api_reliability_bluetooth_peer1.conf index 8f50bf113..0bf419c2d 100644 --- a/src/transport/test_transport_api_reliability_bluetooth_peer1.conf +++ b/src/transport/test_transport_api_reliability_bluetooth_peer1.conf @@ -28,3 +28,6 @@ PLUGINS = bluetooth UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock +[ats] +BLUETOOTH_QUOTA_IN = unlimited +BLUETOOTH_QUOTA_OUT = unlimited diff --git a/src/transport/test_transport_api_reliability_bluetooth_peer2.conf b/src/transport/test_transport_api_reliability_bluetooth_peer2.conf index 1816ec99e..b60e8e360 100644 --- a/src/transport/test_transport_api_reliability_bluetooth_peer2.conf +++ b/src/transport/test_transport_api_reliability_bluetooth_peer2.conf @@ -27,3 +27,6 @@ PORT = 12170 PLUGINS = bluetooth UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock +[ats] +BLUETOOTH_QUOTA_IN = unlimited +BLUETOOTH_QUOTA_OUT = unlimited diff --git a/src/transport/test_transport_api_reliability_wlan_peer1.conf b/src/transport/test_transport_api_reliability_wlan_peer1.conf index 217be12de..2ad5b3e14 100644 --- a/src/transport/test_transport_api_reliability_wlan_peer1.conf +++ b/src/transport/test_transport_api_reliability_wlan_peer1.conf @@ -27,5 +27,5 @@ PLUGINS = wlan UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock [ats] -BLUETOOTH_QUOTA_IN = 1 MiB -BLUETOOTH_QUOTA_OUT = 1 MiB \ No newline at end of file +WLAN_QUOTA_IN = unlimited +WLAN_QUOTA_OUT = unlimited \ No newline at end of file diff --git a/src/transport/test_transport_api_reliability_wlan_peer2.conf b/src/transport/test_transport_api_reliability_wlan_peer2.conf index 0d692c7e1..b52438c21 100644 --- a/src/transport/test_transport_api_reliability_wlan_peer2.conf +++ b/src/transport/test_transport_api_reliability_wlan_peer2.conf @@ -28,5 +28,5 @@ PLUGINS = wlan UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock [ats] -BLUETOOTH_QUOTA_IN = 1 MiB -BLUETOOTH_QUOTA_OUT = 1 MiB +WLAN_QUOTA_IN = unlimited +WLAN_QUOTA_OUT = unlimited -- cgit v1.2.3