Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

serverstats Class Reference

#include <inspircd.h>

Collaboration diagram for serverstats:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 serverstats ()

Public Attributes

int statsAccept
int statsRefused
int statsUnknown
int statsCollisions
int statsDns
int statsDnsGood
int statsDnsBad
int statsConnects
int statsSent
int statsRecv
int BoundPortCount

Detailed Description

Definition at line 74 of file inspircd.h.


Constructor & Destructor Documentation

serverstats::serverstats  )  [inline]
 

Definition at line 89 of file inspircd.h.

References BoundPortCount, statsAccept, statsCollisions, statsConnects, statsDns, statsDnsBad, statsDnsGood, statsRecv, statsRefused, statsSent, and statsUnknown.

00090         {
00091                 statsAccept = statsRefused = statsUnknown = 0;
00092                 statsCollisions = statsDns = statsDnsGood = 0;
00093                 statsDnsBad = statsConnects = statsSent = statsRecv = 0;
00094                 BoundPortCount = 0;
00095         }


Member Data Documentation

int serverstats::BoundPortCount
 

Definition at line 87 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsAccept
 

Definition at line 77 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsCollisions
 

Definition at line 80 of file inspircd.h.

Referenced by force_nickchange(), and serverstats().

int serverstats::statsConnects
 

Definition at line 84 of file inspircd.h.

Referenced by FullConnectUser(), and serverstats().

int serverstats::statsDns
 

Definition at line 81 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsDnsBad
 

Definition at line 83 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsDnsGood
 

Definition at line 82 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsRecv
 

Definition at line 86 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsRefused
 

Definition at line 78 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsSent
 

Definition at line 85 of file inspircd.h.

Referenced by serverstats().

int serverstats::statsUnknown
 

Definition at line 79 of file inspircd.h.

Referenced by serverstats().


The documentation for this class was generated from the following file:
Generated on Mon Dec 19 18:02:16 2005 for InspIRCd by  doxygen 1.4.4-20050815