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中,间接发送的数据,能缓存多少条?

1,发给终端节点的数据,能缓存多少条?

2,Assoc-Rsp也是间接发送,Assoc-Rsp能缓存多少条?

3,如果节点在扫描网络时,扫描到一个FFD正在缓存其它节点的Assoc-Rsp,会避开加入这个父节点么?

  • Aries,

    不好意思,回复晚了!

    1,

    // Maximum msgs to hold per associated device.
    #define NWK_INDIRECT_MSG_MAX_PER 3
    // Maximum total msgs to hold for all associated devices.
    #define NWK_INDIRECT_MSG_MAX_ALL \
    (NWK_MAX_DATABUFS_TOTAL - NWK_INDIRECT_MSG_MAX_PER)

    2,应该跟问题1是一样的。

    3,不会!