|
Crossfire Server
1.75.0
|
Statistics for the last CS_LOGTIME seconds on the server. More...
#include <newclient.h>
Data Fields | |
| int | ibytes |
| ibytes, obytes are bytes in, out. More... | |
| short | max_conn |
| Maximum connections received. More... | |
| unsigned long | max_ticktime |
| int | obytes |
| unsigned long | ticks |
| unsigned long | ticks_overtime |
| time_t | time_start |
| unsigned long | total_ticktime |
Statistics for the last CS_LOGTIME seconds on the server.
Definition at line 734 of file newclient.h.
| int CS_Stats::ibytes |
ibytes, obytes are bytes in, out.
Definition at line 735 of file newclient.h.
Referenced by metaserver_update(), Send_With_Handling(), and SockList_ReadPacket().
| short CS_Stats::max_conn |
Maximum connections received.
Definition at line 737 of file newclient.h.
Referenced by init_connection(), and Send_With_Handling().
| unsigned long CS_Stats::max_ticktime |
Definition at line 745 of file newclient.h.
Referenced by do_server(), and Send_With_Handling().
| int CS_Stats::obytes |
Definition at line 736 of file newclient.h.
Referenced by metaserver_update(), Send_With_Handling(), and Write_To_Socket().
| unsigned long CS_Stats::ticks |
Definition at line 743 of file newclient.h.
Referenced by do_server(), and Send_With_Handling().
| unsigned long CS_Stats::ticks_overtime |
Definition at line 744 of file newclient.h.
Referenced by do_server(), and Send_With_Handling().
| time_t CS_Stats::time_start |
Definition at line 738 of file newclient.h.
Referenced by do_specials(), metaserver_update(), and Send_With_Handling().
| unsigned long CS_Stats::total_ticktime |
Definition at line 746 of file newclient.h.
Referenced by do_server(), and Send_With_Handling().