|
NDIS miniport Driver - packet re-ordering
Hello,
I'm developing ndis-usb miniport driver.
If IP packet order was corrupted by any reason, Have to I re-order IP
packet?
I've reviewed the TCP / IP Layer concepts in wikipedia.org.
The doc said that TCP layer re-ordered Packets.
NDIS miniport driver isn't TCP / IP layer, then don't have to re-order
packet. right?
Best regards.
|