The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
network::connection_stats Struct Reference

#include <network.hpp>

Public Member Functions

 connection_stats (int sent, int received, int connected_at)
 

Public Attributes

int bytes_sent
 
int bytes_received
 
int time_connected
 

Detailed Description

Definition at line 252 of file network.hpp.

Constructor & Destructor Documentation

network::connection_stats::connection_stats ( int  sent,
int  received,
int  connected_at 
)

Definition at line 221 of file network.cpp.

Member Data Documentation

int network::connection_stats::bytes_received

Definition at line 256 of file network.hpp.

int network::connection_stats::bytes_sent

Definition at line 256 of file network.hpp.

int network::connection_stats::time_connected

Definition at line 257 of file network.hpp.


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