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.

zha 1.2.2a 协议栈的配置文件中 REJOIN_BACKOFF疑问

在f8wConfig.cfg文件中有以下配置项

/* Rejoin retry backoff silent period timer duration in milliseconds - default 15 minutes according to HA test spec */
-DREJOIN_BACKOFF=900000

/* Rejoin retry backoff scan timer duration in milliseconds - default 15 minutes according to HA test spec */
-DREJOIN_SCAN=900000

如果不需要backoff  是不是可以将这两个值设为 0?