aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-26 22:28:52 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-26 22:28:52 +0000
commit33b82efd64daedf1dc57a013fff610d2c6ec8c88 (patch)
tree79f9c3e77a525a688a740cd4c6a21188e7a705e8
parente4b2acfb14d8094314ccc00eaffb90cce374c936 (diff)
downloadgnunet-33b82efd64daedf1dc57a013fff610d2c6ec8c88.tar.gz
gnunet-33b82efd64daedf1dc57a013fff610d2c6ec8c88.zip
-fix logging, set quota to higher for testcase, also WLAN
-rw-r--r--src/transport/test_transport_api_reliability_bluetooth_peer1.conf3
-rw-r--r--src/transport/test_transport_api_reliability_bluetooth_peer2.conf3
-rw-r--r--src/transport/test_transport_api_reliability_wlan_peer1.conf4
-rw-r--r--src/transport/test_transport_api_reliability_wlan_peer2.conf4
4 files changed, 10 insertions, 4 deletions
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
28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock 28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
29 29
30 30
31[ats]
32BLUETOOTH_QUOTA_IN = unlimited
33BLUETOOTH_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
27PLUGINS = bluetooth 27PLUGINS = bluetooth
28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock 28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
29 29
30[ats]
31BLUETOOTH_QUOTA_IN = unlimited
32BLUETOOTH_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
27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock 27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
28 28
29[ats] 29[ats]
30BLUETOOTH_QUOTA_IN = 1 MiB 30WLAN_QUOTA_IN = unlimited
31BLUETOOTH_QUOTA_OUT = 1 MiB \ No newline at end of file 31WLAN_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
28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock 28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
29 29
30[ats] 30[ats]
31BLUETOOTH_QUOTA_IN = 1 MiB 31WLAN_QUOTA_IN = unlimited
32BLUETOOTH_QUOTA_OUT = 1 MiB 32WLAN_QUOTA_OUT = unlimited