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.
想请教各位几个问题:
1.根据 Breaking the 400-Node这个文档进行配置是否就开启了source routing机制?
2.MAX_RTG_SRC_ENTRIES这个参数设置了源路由表的大小,那么这个表是怎么存储路径的,会更新吗,是通过收到路由的 route record后自动更新的吗?
3.是否直接调用AF_DataRequest进行发送就自动采用源路由表内的路径?
4.如果源路由表内没有某一路由的路径又要发送数据给它,那根据的是什么发送呢?
5.路由上报route record是随机的吗?
谢谢各位,希望不吝赐教。