IFPCConnectionLimitPolicy::RulePerSecondLimit property
Applies to: desktop apps only
The RulePerSecondLimit property gets or sets the maximum number of connections that can be created for a rule during one second.
This property is read/write.
Syntax
HRESULT put_RulePerSecondLimit(
long lLimit
);
HRESULT get_RulePerSecondLimit(
long *plLimit
);
' Data type: Long
Property RulePerSecondLimit( _
ByVal lLimit As long, _
ByVal plLimit As long _
) As Long
Property value
A 32-bit integer that specifies the maximum number of connections that can be created for a rule during one second.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is 1000, and its range of permissible values is from 100 through 9,999,999.
When the number of connections created for a specific rule during the current second reaches the limit set by this property, Forefront TMG will not create another connection for new traffic that has no connection associated with it, the packets will be dropped, and an event will be generated. After the current second passes, the counter is reset, and new connections can be created during the next second until the limit is reached again.
Connections created for TCP traffic are not counted against the maximum number of connections that can be created for a rule during one second. Land attack detection can be enabled for TCP traffic. For more information, see LandAttackDetectionEnabled.
In Forefront TMG Management, the value of this property determines the Maximum new non-TCP sessions per minute per rule setting on the Flood Mitigation page after adjustment for the difference in time units.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010