Marcel van Lieshout wrote: > I'm working on an application where (through winpcap) packets are received > and sent. I have created two threads: one will only receive packets, the > other will only send packets. Both threads have their own handle to the > same > adapter. Does having the two threads use the same handle not work?