MinFileBytesPerSec

The MinFileBytesPerSec property is used to configure the minimum throughput rate that HTTP.sys enforces when sending data from the client to the server, and back from the server to the client. The MinFileBytesPerSec property prevents malicious or malfunctioning software clients from consuming resources by holding a connection open with minimal data. If the throughput rate is below the MinFileBytesPerSec setting, the connection is terminated.

IIS 6.0: Use this property in conjunction with ConnectionTimeout and HeaderWaitTimeout instead of ServerListenTimeout for Web service nodes.

Schema Attributes

Attribute Name

Value

ADSI/WMI Data Type

DWORD

ABO Data Type

DWORD_METADATA

Schema Default

240

Internal Default

240

Upper Bound

Not specified

Lower Bound

Not specified

Internal ID

9205

Friendly ID

MD_MIN_FILE_BYTES_PER_SEC

Property Attributes

INHERIT

User Type

IIS_MD_UT_SERVER

Configurable Locations

You can configure this property at the following locations in the IIS metabase.

Metabase Path

IIS Admin Object Type

/LM/W3SVC

IIsWebService

Flags

There are no flags for this property.

Requirements

Server: Requires or Windows Server 2003.

Product: IIS

See Also