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.

一种不受广播路由时间限制的广播方法

广播的时候受到BCAST_DELIVERY_TIME和MAX_BCAST的限制,单位时间BCAST_DELIVERY_TIME内广播包不能超过MAX_BCAST条。

可以将广播的Option设置为SIKP ROUT,再把跳数设置为1,这样就不受限制了。缺点是广播包无法被路由转发,这个慎用。