Skip to content

What could be the reason for 6lo send queue heap up? #7926

Closed Answered by jwhui
lancersky asked this question in Q&A
Discussion options

You must be logged in to vote

The 6lo send queue not being serviced is typically an indicator that the radio driver is stuck. In particular, the radio was requested to send a packet, but the radio driver never provided indication that it completed its transmission operation.

See:

void Mac::BeginTransmit(void)

void Mac::HandleTransmitDone(TxFrame &aFrame, RxFrame *aAckFrame, Error aError)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jwhui
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
Converted from issue

This discussion was converted from issue #7922 on July 20, 2022 22:20.