How many hops does OpenThread support?

不问归期 提交于 2021-01-29 02:50:49

问题


As a mesh, a signal can propagate across devices. Naturally there must be a hop limit. How many node hops does OpenThread support?


回答1:


The maximum path cost amount Thread Routers allowed by Thread is 16. Usable link costs between Routers may range from 1 to 4, with 1 being the best. As a result, the maximum number of hops between Routers with good links is 16. Considering that links to end devices are not included in the route cost, it is possible to add another hop at each end of the Router path, making the actual hard limit 18 hops. Any paths that have one or more link costs greater than 1 will reduce the maximum hop count.



来源:https://stackoverflow.com/questions/37449796/how-many-hops-does-openthread-support

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!