如题,终端长poll时间为18秒。协调器断电重启后,终端设备如何保证最长18秒等待时间后进行数据通讯?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
如题,终端长poll时间为18秒。协调器断电重启后,终端设备如何保证最长18秒等待时间后进行数据通讯?
减小下面的值:
#define REJOIN_POLL_RATE 440
/* Rejoin retry backoff silent period timer duration in milliseconds - default 15 minutes according to HA test spec */
#define REJOIN_BACKOFF 900000
/* Rejoin retry backoff scan timer duration in milliseconds - default 15 minutes according to HA test spec */
#define REJOIN_SCAN 900000