Returns the maximal number of the threads allowed to be created for work with the network adapter.
Syntax:
property MaxThreadCount: DWORD; // read only
Description:
Returns the maximal threads number allowed to be created for the work with a network adapter. Its value may be
counted by the formula:
MaxThreadCount = ProcessorsCount + 1. Thus, on the single CPU PC MaxThreadCount value is 2.
Use MaxThreadCount with the ThreadCount property to make the work of Packet
Sniffer SDK with the network adapter most effective.
For example, on a multiprocessor system the traffic capture process is more effective if the number of threads
created for the work with the network adapter is not less than the processors number in this system.