Difference between revisions of "TWSocket.OnLineLimitExceeded"

From Overbyte
Jump to navigation Jump to search
(first entry)
 
(DoS link fixed)
 
Line 7: Line 7:
 
== Description ==
 
== Description ==
  
'''OnLineLimitExceeded''' is rised in [[TWSocket.LineMode|LineMode]] every time when more bytes that the set [[TWSocket.LineLength|LineLength]] have been received without containing the set delimiter. This may be a hint on a occuring Denial of Service ([[Glossary.Dos|DoS]]) attack.
+
'''OnLineLimitExceeded''' is rised in [[TWSocket.LineMode|LineMode]] every time when more bytes that the set [[TWSocket.LineLength|LineLength]] have been received without containing the set delimiter. This may be a hint on a occuring Denial of Service ([[Glossary#Dos|DoS]]) attack.
  
 
== Example ==
 
== Example ==

Latest revision as of 11:05, 28 September 2006

Main page -> ICS component reference -> TWSocket -> OnLineLimitExceeded

Definition

event OnLineLimitExceeded: ? ErrCode:Integer;

Description

OnLineLimitExceeded is rised in LineMode every time when more bytes that the set LineLength have been received without containing the set delimiter. This may be a hint on a occuring Denial of Service (DoS) attack.

Example

Best practices

How to