aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_wlan.c11
-rw-r--r--src/transport/test_transport_api_reliability_wlan_peer1.conf4
-rw-r--r--src/transport/test_transport_api_reliability_wlan_peer2.conf3
3 files changed, 12 insertions, 6 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index e5080c046..425007f6b 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1563,11 +1563,12 @@ process_data (void *cls,
1563 break; 1563 break;
1564 } 1564 }
1565 } 1565 }
1566 LOG (GNUNET_ERROR_TYPE_DEBUG, 1566 if (NULL == fm)
1567 "ACK not matched against any active fragmentation with MAC `%s'\n", 1567 LOG (GNUNET_ERROR_TYPE_DEBUG,
1568 wlan_plugin_address_to_string (NULL, 1568 "ACK not matched against any active fragmentation with MAC `%s'\n",
1569 &mas->endpoint->wlan_addr, 1569 wlan_plugin_address_to_string (NULL,
1570 sizeof (mas->endpoint->wlan_addr))); 1570 &mas->endpoint->wlan_addr,
1571 sizeof (mas->endpoint->wlan_addr)));
1571 break; 1572 break;
1572 case GNUNET_MESSAGE_TYPE_WLAN_DATA: 1573 case GNUNET_MESSAGE_TYPE_WLAN_DATA:
1573 if (NULL == mas->endpoint) 1574 if (NULL == mas->endpoint)
diff --git a/src/transport/test_transport_api_reliability_wlan_peer1.conf b/src/transport/test_transport_api_reliability_wlan_peer1.conf
index eb7756f27..217be12de 100644
--- a/src/transport/test_transport_api_reliability_wlan_peer1.conf
+++ b/src/transport/test_transport_api_reliability_wlan_peer1.conf
@@ -26,4 +26,6 @@ PORT = 12160
26PLUGINS = wlan 26PLUGINS = wlan
27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock 27UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
28 28
29 29[ats]
30BLUETOOTH_QUOTA_IN = 1 MiB
31BLUETOOTH_QUOTA_OUT = 1 MiB \ 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 aafeb09f8..0d692c7e1 100644
--- a/src/transport/test_transport_api_reliability_wlan_peer2.conf
+++ b/src/transport/test_transport_api_reliability_wlan_peer2.conf
@@ -27,3 +27,6 @@ PORT = 12170
27PLUGINS = wlan 27PLUGINS = wlan
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 = 1 MiB
32BLUETOOTH_QUOTA_OUT = 1 MiB