Skip to content

PacketQueue implementation in Ieee802154Mac module #1124

Answered by levy
n-jay asked this question in Q&A
Discussion options

You must be logged in to vote

The PacketQueue module is just a queue for packets, so in itself it's neither for transmitted or received packets. In network interface modules, the queue submodule, that is a PacketQueue module by default, is used to store outgoing packets. In other words the queue module stores packets that will be transmitted. Please note that there are as many PacketQueue modules as there are network interfaces in the network. This may be the answer for your third question.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@rhornig
Comment options

Comment options

You must be logged in to vote
1 reply
@n-jay
Comment options

Answer selected by ZoltanBojthe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants