|
Cavestory Mod API
|
Stores statistics of a connection. More...
#include <CaveNet_ExportedTypes.h>
Public Member Functions | |
| void | Reset () |
| Reset the statistics. | |
Public Attributes | |
| int | total_packets |
| Total number of packets received over the lifetime of a connection. | |
| int | total_bytes |
| Total number of bytes received overall. | |
| int | step_packets |
| Number of packets parsed last read. | |
| int | step_bytes |
| Numbers of bytes received last read. | |
Stores statistics of a connection.