Re: NDIS IM: queueing question

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Alireza Dabagh [MS] (alid_at_online.microsoft.com)
Date: 01/06/05


Date: Thu, 6 Jan 2005 01:22:15 -0800

This is why TCP protocol has the concept of ACK packets. to avoid such
situations.

In any case, upper level protocols should guard against this and not NDIS.

-ali

-- 
This posting is provided "AS IS" with no warranties, and confers no rights.
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message 
news:OuWUlP88EHA.3368@TK2MSFTNGP10.phx.gbl...
>    What if NdisSends will be called too often to consume all available 
> memory?
>
>    This is rather easy if the machine is a router from the powerful link 
> to a
> pathetic one.
>
> -- 
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
> "Alireza Dabagh [MS]" <alid@online.microsoft.com> wrote in message
> news:eToL$548EHA.3376@TK2MSFTNGP12.phx.gbl...
>> NDIS never drops packets.
>>
>> -ali
>> -- 
>> This posting is provided "AS IS" with no warranties, and confers no 
>> rights.
>>
>> "Stephan Wolf [MVP]" <stewo68@hotmail.com> wrote in message
>> news:pm6ot09vmget1gt3ca35uilh7b9e6cptaj@4ax.com...
>> > On Wed, 5 Jan 2005 11:16:30 -0500, "Calvin Guan"
>> > <cguan@pleasenospam.ati.com> wrote:
>> >
>> >>Can anyone confirm this? Does NDIS (not protocols) really drop packets?
>> >
>> > Umm, I'd have to verify this but I don't think so. At least it would
>> > not make sense to me as to my current understanding of the design of
>> > NDIS.
>> >
>> > Or teach me any better.
>> >
>> > Stephan
>>
>>
>
> 


Relevant Pages

  • Re: NDIS IM: queueing question
    ... Does NDIS (not protocols) really drop packets? ... Maybe there is some stricter limit on this. ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS IM: queueing question
    ... NDIS actually reflects what NDIS really does... ... NDIS does not drop any packets because it does not allocate them. ... to help protocols and miniports communicate with each other. ... drivers to be separate. ...
    (microsoft.public.development.device.drivers)
  • RE: questions about NdisTransferData
    ... Packets will not be divided as NDIS has no specific knowledge of any ... specific protocol (i.e. IP -- and its 4th layer protocols TCP and UDP; ... specific knowledge of the underlying protocols, ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS IM: queueing question
    ... you means that IP will throw the packets away? ... upper level protocols should guard against this and not NDIS. ... > This posting is provided "AS IS" with no warranties, and confers no rights. ... >> Maxim Shatskih, Windows DDK MVP ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS Vs Protocol Who will drop the packets?
    ... What NDIS does (as far as filtering the packets goes) is first to coalesce ... all the packet filters and multicast addresses set by different protocols ... >> I want to know whether NDIS driver will drop these packets or protocols ...
    (microsoft.public.development.device.drivers)