![]() |
Crossfire Client, Trunk
|
Statistics on server. More...
#include <newclient.h>
Data Fields | |
int | ibytes |
ibytes, obytes are bytes in, out. More... | |
short | max_conn |
Maximum connections received. More... | |
int | obytes |
time_t | time_start |
When we started logging this. More... | |
Statistics on server.
Definition at line 667 of file newclient.h.
int CS_Stats::ibytes |
ibytes, obytes are bytes in, out.
Definition at line 668 of file newclient.h.
Referenced by SockList_ReadPacket().
short CS_Stats::max_conn |
Maximum connections received.
Definition at line 670 of file newclient.h.
int CS_Stats::obytes |
Definition at line 669 of file newclient.h.
time_t CS_Stats::time_start |
When we started logging this.
Definition at line 671 of file newclient.h.