Cavestory Mod API
Public Member Functions | Public Attributes | List of all members
CaveNet::DataStructures::NetStats Struct Reference

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.
 

Detailed Description

Stores statistics of a connection.


The documentation for this struct was generated from the following file: