Mining hop count #8838
brian-level
started this conversation in
General
Replies: 1 comment 2 replies
-
Thread forwards unicast IPv6 datagrams using the RFC 4944 Mesh Addressing header, which occurs at a layer below the IP layer. Note that the Mesh Addressing header does include its own Hops Left field, which Thread does decrement: In contrast, Thread forwards using multicast IPv6 datagrams using MPL, which is a part of the IP layer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The mHopLimit field in otMessageInfo seems to decrement for each multicast hop taken (using realm or greater scope addresses and MPL). Unicast messages don't seem to do this. Is this on purpose? I'd like to be able to get hop-count information for unicast messages to mesh-local addresses and I'd assume the underlying packets are keeping track of hop-limit / ttl ? Is there a reason that mHopLimit isn't updated in this case?
Beta Was this translation helpful? Give feedback.
All reactions