Tech Support > Microsoft Windows > Drivers > Re: Handling fragmentation in NDIS IM Driver
Re: Handling fragmentation in NDIS IM Driver
Posted by Stephan Wolf on August 11th, 2003


Do not make *any* assumptions about the number of fragments that make
up any send or receive packets. Write code that can handle *any*
situation (including worst case = one byte per fragment). Copy heavily
fragmented packets to some plain local staging buffer.

Stephan
---
On Mon, 11 Aug 2003 07:57:51 -0700, "Gilad" <Gilad@hotmail.com> wrote:


Similar Posts