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.

zstack 3.0 的路由跳数设定

RTG_FillCSkipTable 函数在新的版本里是什么功能?

设定路由的最大跳数和链接节点数的参考了 wenku.baidu.com/.../30c99ffe7c1cfad6195fa72c.html

但是ZIGBEEPRO_PROFILE的版本里的定义是

#define MAX_NODE_DEPTH      20

uint8 CskipRtrs[1] = {0};
uint8 CskipChldrn[1] = {0};

RTG_FillCSkipTable(CskipChldrn, CskipRtrs, MAX_NODE_DEPTH, Cskip);

请问这些表示什么,该如何理解。

谢谢