Difference between revisions of "TWSocket.OnLineLimitExceeded"
Jump to navigation
Jump to search
Markus.humm (talk | contribs) (first entry) |
Markus.humm (talk | contribs) (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 | + | '''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.