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.

请教z-stack的协议栈里面f8wConfig.cfg文件的两个宏作用

Other Parts Discussed in Thread: Z-STACK

z-stack里面配置文件f8wConfig.cfg里

/* This is used after receiving a data indication to poll immediately
 * for queued messages...in milliseconds.
 */
-DQUEUED_POLL_RATE=100

/* This is used after receiving a data confirmation to poll immediately
 * for response messages...in milliseconds
 */
-DRESPONSE_POLL_RATE=100

QUEUED_POLL_RATE和RESPONSE_POLL_RATE分别有什么作用?