ReadPackets/SendPacketsToAdapter Thread Affinity

Home Forums Discussions General ReadPackets/SendPacketsToAdapter Thread Affinity

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12817
    Vadim Smirnov
    Keymaster

      The NDISAPI is a lightweight layer over the driver’s interface, and it does not have its own threads. However, if you use the NDISAPI through the simple_packet_filter class, then this class is responsible for creating the underlying thread that reads and writes packets.

      #12818
      AndyG
      Participant

        I am using NDISAPI via the dll so i guess i cant do anything about it. Thanks for your quick reply.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.