Reply To: how many adapters can we capture and modify packets on?

Home Forums Discussions Support how many adapters can we capture and modify packets on? Reply To: how many adapters can we capture and modify packets on?

#6118
Vadim Smirnov
Keymaster

    Basically I don’t see any problems with processing packet from the single thread (processing packets does not really consumes all processor time and queue never grows as large unless your system is overloaded, but you can also assign the higher priority to the packet processing thread to avoid this). However, if you are looking for better packet scheduling between adapters you can create one thread per interface…