Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is it possible to use my own thread for the captured traffic processing with the help of the queue, using HNAdapter together with HNQueue?

0
Posted

Is it possible to use my own thread for the captured traffic processing with the help of the queue, using HNAdapter together with HNQueue?

0

A. Yes, it is. You can create your own thread that will be using Get_FullItem and Return_FreeItem methods. For example: • Set HNAdapter.ReceiveQueue property in HNQueue.Handle; • Create HNPacket objects by queue: HNQueue.AllocItems; • Open network adapter by HNAdapter.OpenAdapter; • Create your own thread for traffic processing that will call HNQueue.Get_FullItem method; • Set HNAdapter.MacFilter property.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123