Reply To: Concurrency handling of ReadPackets and SendPackets

Home Forums Discussions Support Concurrency handling of ReadPackets and SendPackets Reply To: Concurrency handling of ReadPackets and SendPackets

#11260
Vadim Smirnov
Keymaster

    Yes, entire library is thread safe.

    The only thing to note about it is that there is only one instance of each network interface (setting mode, event and etc..) and only one copy of each packet (if one thread taken packet others threads won’t be able to get it). Though for one customer we created a special build with multiply filtering layers (e.g. packet injected on one layer can be picked up again on the next layer).