Hello, I am building the application that must capture high volume of packets on several network devices with intensive variable load.
On LINUX I can use "pcap_get_selectable_fd" and then use "select" to work with several devices in one thread. On Windows I have to run a separate thread and use pcap_next_ex for every device. Is there a possibility on Windows to capture packets on several devices using one thread? Will I lose (gain) efficiency if I use one thread instead of many- i.e. can I start missing packets at high load? Thank you Alex ================================================================== This is the WinPcap users list. It is archived at http://www.mail-archive.com/[email protected]/ To unsubscribe use mailto: [EMAIL PROTECTED] ==================================================================
