From 452165e870fc4102ff70711f34ab7258e7d0d6bf Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:39:06 -0400 Subject: [PATCH] Increase broadcast and unicast table sizes (#71) --- src/ncp-uart-hw/config/sl_zigbee_pro_stack_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ncp-uart-hw/config/sl_zigbee_pro_stack_config.h b/src/ncp-uart-hw/config/sl_zigbee_pro_stack_config.h index b050b467..203542e6 100644 --- a/src/ncp-uart-hw/config/sl_zigbee_pro_stack_config.h +++ b/src/ncp-uart-hw/config/sl_zigbee_pro_stack_config.h @@ -65,7 +65,7 @@ // APS Unicast Message Queue Size <1-255> // Default: 10 // The maximum number of APS unicast messages that can be queued up by the stack. A message is considered queued when emberSendUnicast() is called and is de-queued when the emberMessageSentHandler() is called. -#define EMBER_APS_UNICAST_MESSAGE_COUNT 10 +#define EMBER_APS_UNICAST_MESSAGE_COUNT 32 // APS unicast Message Duplicate Rejection table Size <1-255> // Default: 5 @@ -76,7 +76,7 @@ // Broadcast Table Size <15-254> // Default: 15 // The size of the broadcast table. -#define EMBER_BROADCAST_TABLE_SIZE 15 +#define EMBER_BROADCAST_TABLE_SIZE 64 // Neighbor Table Size // Neighbor Table Size