Skip to content

Interval for Sending 6LoWPAN Fragmented Packets in OpenThread #10578

Answered by abtink
fuxiaoming-lumi asked this question in Q&A
Discussion options

You must be logged in to vote

What's the background/reason for this?

If you want to space out frame transmissions to allow the receiver to forward the previous frame onwards, you can consider the "collision avoidance delay" feature. Note that this applies to all frames (including fragmented frames), and importantly used with "lowpan mesh header" frames that would be forwarded.

/**
 * @def OPENTHREAD_CONFIG_MAC_COLLISION_AVOIDANCE_DELAY_ENABLE
 *
 * Define as 1 to enable collision avoidance delay feature, which adds a delay wait time after a successful frame tx
 * to a neighbor which is expected to forward the frame. This delay is applied before the next direct frame tx (towards
 * any neighbor) on an FTD.
 *
 * The de…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fuxiaoming-lumi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants