From: gp on 15 Feb 2006 15:19 what is ndis 5.1 packet stacking and how can ablet to send down packet using packet stacking // Packet stacks: Check if we can use the same packet for sending down. pStack = NdisIMGetCurrentPacketStack(pPacket, &bRemaining); where pPacket is original packet how i send down modified packet?
From: Pavel A. on 15 Feb 2006 16:40 "gp" wrote: > what is ndis 5.1 packet stacking and how can ablet to send down packet using > packet stacking Check MSDN about: NDIS_PACKET_STACK NdisIMGetCurrentPacketStack http://msdn.microsoft.com/library/default.asp?url=/library/en-us/NetXP_r/hh/NetXP_r/NdisXI_L_7cf887cb-0a53-4148-a6e0-ff2745e02e31.xml.asp --PA
From: Maxim S. Shatskih on 15 Feb 2006 17:29 Packet stacking allows the IM to reuse the same NDIS_PACKET and send it down. Without it, the IMs were obliged to create their own copy of NDIS_PACKET. -- Maxim Shatskih, Windows DDK MVP StorageCraft Corporation maxim(a)storagecraft.com http://www.storagecraft.com "gp" <gp(a)discussions.microsoft.com> wrote in message news:F0382F70-92ED-47A0-AB74-55F8E3D0C369(a)microsoft.com... > what is ndis 5.1 packet stacking and how can ablet to send down packet using > packet stacking > > > // Packet stacks: Check if we can use the same packet for sending down. > pStack = NdisIMGetCurrentPacketStack(pPacket, &bRemaining); > > where pPacket is original packet how i send down modified packet?
|
Pages: 1 Prev: What do "MS ArACPI" or "MS ArPolicy" drivers do? Next: Communicating with SDBus.sys |