Crossfire Server, Branches 1.12
R18729
|
#include <newclient.h>
Data Fields | |
int | ibytes |
short | max_conn |
int | obytes |
time_t | time_start |
Statistics on server.
Definition at line 580 of file newclient.h.
int CS_Stats::ibytes |
ibytes, obytes are bytes in, out.
Definition at line 581 of file newclient.h.
Referenced by metaserver_update(), and SockList_ReadPacket().
short CS_Stats::max_conn |
Maximum connections received.
Definition at line 583 of file newclient.h.
Referenced by init_connection().
int CS_Stats::obytes |
Definition at line 582 of file newclient.h.
Referenced by metaserver_update(), write_socket_buffer(), and Write_To_Socket().
time_t CS_Stats::time_start |
When we started logging this.
Definition at line 584 of file newclient.h.
Referenced by do_server(), init_server(), and metaserver_update().