Question: "Insufficient Resources" using Protocol Driver

I have a protocol driver (NT4) which is roughly based on the
NDIS Protocol driver example in the DDK.
My problem is an “Insufficient Resources” message that
I get when I have too many outstanding reads (on my
system is about 15 outstanding reads).

Is there any way to get around this problem? I like it to be able
to handle at least 50 outstanding reads.

Thanks,

Satrio Mualim


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

If this is the packet.sys sample then changing the below line in
packet.h to a larger value should resolve the issue.

#define TRANSMIT_PACKETS 16

-----Original Message-----
From: Satrio Mualim [mailto:xxxxx@agcs.com]
Sent: Monday, March 19, 2001 6:50 AM
To: NT Developers Interest List
Subject: [ntdev] Question: “Insufficient Resources” using
Protocol Driver

I have a protocol driver (NT4) which is roughly based on the
NDIS Protocol driver example in the DDK.
My problem is an “Insufficient Resources” message that
I get when I have too many outstanding reads (on my
system is about 15 outstanding reads).

Is there any way to get around this problem? I like it to be able
to handle at least 50 outstanding reads.

Thanks,

Satrio Mualim


You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com