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.

紧急求助:网络短地址重复分配的问题

ed/router 加入协调器后,协调器会为其分配一个网络地址,ed/router掉线后,这个网络地址可能会分配给其他的 ed/router 吗?

  • 协调器自己分配的地址不会自己分配给的子设备地址冲突,因为每次在随机产生16地址后,首先会和自己曾经分配的地址做比较。

    但是有可能存在协调器分配的和其他路由器的子设备重复,毕竟是随机产生的数字。

    但是协议栈可以处理节点短地址重复的,后来的节点会重新选择一个新的地址的。