Hello,
Any NDIS gurus out there that can help me and point me in the right direction?
I am using a device driver that is basically the NTPacket protocol driver.
It is used to connect to 2 NICs and handles some propriety defined Ethernet packets.
From the application the program reads/receives using the IO Completion port,
i.e. it does a GetIOCompletionStatus on an I/O completion port which has both
devices.
I am observing some strange behaviour, instead of reporting interleaved arrival of
packets from the NICs (it should, a network sniffer on the same computer does)
it seems to report arrival of packets from one interface for a while, before reporting
arrivals of packets from the other interface, etc.
Is there an explanation for this behaviour, or maybe something that can be done to
get rid of it?
Thanks,
Satrio Mualim
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com