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.

small question to Cskip in ZStack1.4.2-1.1.0

Other Parts Discussed in Thread: Z-STACK

In my network are only routers. Therefore, I think it doesn't make sense to have a higher number of MAX_CHILDREN than MAX_ROUTERS. Is this conlusion right or do I miss something out?

By setting it in this way...

  #if ( STACK_PROFILE_ID == HOME_CONTROLS )
    byte CskipRtrs[MAX_NODE_DEPTH+1] = {5,5,5,5,5,0};
    byte CskipChldrn[MAX_NODE_DEPTH+1] = {5,5,5,5,5,0};

... I am actually able to setup more devices for the same space of RAM. Because each empty spot will be wasted table space, isn't it?

 

Thanks for your feedback!