ReadPackets/SendPacketsToAdapter Thread Affinity

Home Forums Discussions General ReadPackets/SendPacketsToAdapter Thread Affinity

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12816
    AndyG
    Participant

      Is it possible to set the thread affinity for reading and writing? I tried setting my read/send thread affinity but it looks like ndisapi.dll sets it’s own threads.

      Regards.

      #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 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.