Skip to content

UDP Queue - number of packets queued? #84

Answered by ssilverman
palmerr23 asked this question in Q&A
Discussion options

You must be logged in to vote

I changed size->capacity and the new size means "how full". I also added droppedReceiveCount() and totalReceiveCount() functions to both EthernetUDP and EthernetFrame. Check out the latest pushes.

Note that these counts are at the layer above the driver. To access the driver-layer dropped packets, you need to use the LINK_STATS option.

Replies: 4 comments 2 replies

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by ssilverman
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