Microsoft Chat Server SDK Reference

InputFloodLimit Property

This property contains the amount of unprocessed input data in bytes that can be buffered before disconnecting a user.

Syntax

Limit = ChatClass.InputFloodLimit
ChatClass.InputFloodLimit = Limit

Parameters

Limit
The maximum number of unprocessed input data in bytes.

Remarks

The value of Limit can be from 0 to 4096 bytes. A value of 0 indicates that the service can accept an unlimited amount of data from a client, but leaves the server vulnerable to flooding attacks.

By default, the value of this property is 1024.


© 1998 Microsoft Corporation. All rights reserved.