C
#define INDIRECT_MESSAGE_TIMEOUT_CYCLE 2
Description
When broadcasting to a sleeping device is enabled, it is hard for a parent node to track which end device has received the broadcast message. However, if no tracking is provided, the end device may receive the same broadcast multiple times. MiWi PRO solves this problem by tracking the broadcast message on sleeping device side. INDIRECT_MESSAGE_TIMEOUT_CYCLE defines the total number of messages receives before the broadcast record times out. It is hard for a sleeping node to track timing, so tracking the number of message received is a simpler way.