- 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
- NDIS-WDM Driver (Drivers) by Sudhir Agarwal
- RE: Handling fragmentation in NDIS IM Driver (Drivers) by Bryan S. Burgin [MSFT]
- Re: Handling fragmentation in NDIS IM Driver (Drivers) by Maxim S. Shatskih
- Re: Handling fragmentation in NDIS IM Driver (Drivers) by Thomas F. Divine
- Re: NDIS Intermediate Driver. (Drivers) by Thomas F. Divine

