|
Crossfire Server, Branch 1.12
R12190
|
Statistics on server. More...
#include <newclient.h>
Data Fields | |
| int | ibytes |
| ibytes, obytes are bytes in, out. | |
| short | max_conn |
| Maximum connections received. | |
| int | obytes |
| time_t | time_start |
| When we started logging this. | |
Statistics on server.
Definition at line 575 of file newclient.h.
| int CS_Stats::ibytes |
ibytes, obytes are bytes in, out.
Definition at line 576 of file newclient.h.
Referenced by metaserver_update(), and SockList_ReadPacket().
| short CS_Stats::max_conn |
Maximum connections received.
Definition at line 578 of file newclient.h.
Referenced by init_connection().
| int CS_Stats::obytes |
Definition at line 577 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 579 of file newclient.h.
Referenced by do_server(), init_server(), and metaserver_update().
1.7.6.1