RE: Max Transfer length

Yes … fix it!!!

The miniport could truncate the data to a MAX of 256K, giving the app writer
the word rather quickly when the customer starts complaining about lost
data. There’s nothing I know of that would prevent the miniport from
breaking the data up into multiple data Packets on the hardware, if the
hardware will support it, but that can be a really royal pain. Other than
that, the only way to CONTROL what the app sends you is to have a very
serious talk with the app writer, possibly truncating said writers paycheck.

Gary G. Little
H (952) 223-1349
C (952) 454-4629
xxxxx@comcast.net

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Wednesday, June 22, 2011 10:11 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Max Transfer lenght

We have the developed the custom application, hence the driver understands
the Io sent by the app.

Is there a way to control the IO request size sent by the application?

Thanks


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

__________ Information from ESET Smart Security, version of virus signature
database 6230 (20110622) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Thanks for response