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.

关于网络中每级Router最大个数以及最多允许多少级的问题

最多允许多少级的配置应该是MAX_NODE_DEPTH  每级允许的路由个数应该是CskipRtrs数组来设置, 打开工程, 我知道CskipRtrs[MAX_NODE_DEPTH+1] = {6,6,6,6,6,0};的意思是说每级最多挂6个路由, 但是我现在默认的ZSTACK_PROFILE_ID==ZIGBEEPRO_PROFILE ,CskipRtrs[1] = {0};请问这个是什么意思,如果是这样配置,那么网络中每级最多能有多少个路由呢?  期待您的回答  谢谢