Crossfire Client, Trunk
CS_Stats Struct Reference

#include <newclient.h>

+ Collaboration diagram for CS_Stats:

Data Fields

int ibytes
 
short max_conn
 
int obytes
 
time_t time_start
 

Detailed Description

Statistics on server.

Definition at line 664 of file newclient.h.

Field Documentation

◆ ibytes

int CS_Stats::ibytes

ibytes, obytes are bytes in, out.

Definition at line 665 of file newclient.h.

Referenced by SockList_ReadPacket().

◆ max_conn

short CS_Stats::max_conn

Maximum connections received.

Definition at line 667 of file newclient.h.

◆ obytes

int CS_Stats::obytes

Definition at line 666 of file newclient.h.

◆ time_start

time_t CS_Stats::time_start

When we started logging this.

Definition at line 668 of file newclient.h.


The documentation for this struct was generated from the following file: