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.

邻居表中txCost

ti的工程师你们好,我有个问题想咨询一下。邻居表中有下面结构体linkInfor_t

这个结构体中有txCost和rxLqi两个变量,根据z-status development guide中写的,当设备进行路由选择时,需要先看邻居表,如果目的节点在邻居表里面就直接把数据发给目的节点。我想知道在这个过程中,协议栈是根据什么判断是否使用邻居表的邻居节点发送数据,是txCost还是rxLqi。 或者我想知道,这个结构体中的txCost和rxLqi有什么作用