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.

AF_DataRequest中的radius参数的含义

1、请问这个radius默认值 #define DEF_NWK_RADIUS   ( 2 * BEACON_MAX_DEPTH ),这么设计有什么含义吗,防止广播风暴吗?

2、请问发送信息的节点如果把radius设置为1,是不是在广播、组播、单播中,收到信息的节点都不进行转发,无论收到信息的节点是不是目的节点?

3、请问这个radius具体是怎么工作的,信息每转发一次都在数据包中对其减一吗?减到0就不转发数据了?