ttan
2010-06-30 00:05:25 UTC
Hi,
I'm had IM driver with 2 NICs. How do I forward a packet in PtReceiveNBL?
What I'm trying to do is: If I receive a packet, I do checked if this packet
for me I indicated it up. If it not for me I forward the packet on to
another node.
What I have tried and didn't work:
duplicate the packet and used NdisSendNetBufferLists(pAdapt->BindingHandle,
CurrentNetBufferList,
PortNumber,
SendFlags);
to forward this packet.
Can someone help me to get this work? I'm really appreciated.
I'm had IM driver with 2 NICs. How do I forward a packet in PtReceiveNBL?
What I'm trying to do is: If I receive a packet, I do checked if this packet
for me I indicated it up. If it not for me I forward the packet on to
another node.
What I have tried and didn't work:
duplicate the packet and used NdisSendNetBufferLists(pAdapt->BindingHandle,
CurrentNetBufferList,
PortNumber,
SendFlags);
to forward this packet.
Can someone help me to get this work? I'm really appreciated.