Tech Support > Microsoft Windows > Drivers > Re: Why the IP layer can't receive a re-assembly packet using multi-buffer
Re: Why the IP layer can't receive a re-assembly packet using multi-buffer
Posted by Alireza Dabagh [MS] on June 3rd, 2004


You need to make sure the entire lookahead data is in one contiguous buffer.
For example if you said your lookahead size is 256 bytes, you need to make
sure the first 256 bytes of the packet are in the first MDL.

-ali

--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Li Zeng" <anonymous@discussions.microsoft.com> wrote in message
news:FBFBC481-1B15-42FA-A734-2E610878433D@microsoft.com...