s_flood_history Struct Reference

#include <shared.h>

Collaboration diagram for s_flood_history:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores statistics entry for flood detection.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 260 of file shared.h.

Public Member Functions

 s_flood_history ()

Public Attributes

size_t bytes
 Number of bytes in the message.
string msg
 Received message (only used for repeat_flood).
time_t time
 Time of origin of this entry.


Constructor & Destructor Documentation

s_flood_history::s_flood_history  )  [inline]
 

Definition at line 265 of file shared.h.

References bytes, msg, and time.

00266     {
00267         time=0;
00268         bytes=0;
00269         msg="";
00270     }


Member Data Documentation

size_t s_flood_history::bytes
 

Number of bytes in the message.

Definition at line 262 of file shared.h.

Referenced by dcc_loop(), irc_check_flood(), irc_loop_putserv(), and s_flood_history().

string s_flood_history::msg
 

Received message (only used for repeat_flood).

Definition at line 263 of file shared.h.

Referenced by dcc_loop(), irc_check_flood(), irc_loop_putserv(), and s_flood_history().

time_t s_flood_history::time
 

Time of origin of this entry.

Definition at line 261 of file shared.h.

Referenced by dcc_loop(), irc_check_flood(), irc_loop_putserv(), and s_flood_history().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:48 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo