diff --git a/components/dataLink/include/DataLinkManager.h b/components/dataLink/include/DataLinkManager.h index d763468..1f52ce8 100644 --- a/components/dataLink/include/DataLinkManager.h +++ b/components/dataLink/include/DataLinkManager.h @@ -46,7 +46,7 @@ static const uint16_t crc16_table[256] = { #define ASYNC_QUEUE_WAIT_TICKS 100 #define SEQUENCE_NUM_MAP_MUTEX_MAX_WAIT_MS 50 #define MAX_RX_QUEUE_SIZE 100 -#define CONTROL_FRAME_LUT_SIZE 5 // Maximum number of control frames cached in the receiver-side LFU LUT +#define CONTROL_FRAME_LUT_SIZE 15 // Maximum number of control frames cached in the receiver-side LFU LUT /** * @brief Class to represent the Data Link Layer