Main Page   Modules   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members   Related Pages  

GNE::ConnectionStats Struct Reference
[Mid-Level API]

#include <ConnectionStats.h>

List of all members.

Public Attributes

int bytesSent
 Total bytes sent.

int bytesRecv
 Total bytes received.

int packetsSent
 Total low-level packets sent (not GNE packets but packets after they were converted and translated to the current network).

int packetsRecv
 Total low-level packets received.

int maxAvgBytesSent
 Maximum average bytes per second sent encountered.

int maxAvgBytesRecv
 Maximum average bytes per second received encountered.

int avgBytesSent
 Average bytes per second sent in the last 8 seconds.

int avgBytesRecv
 Average bytes per second received in the last 8 seconds.

int openSockets
 The number of open sockets.


Detailed Description

A struct holding values returned by getStats.


Member Data Documentation

int GNE::ConnectionStats::openSockets
 

The number of open sockets.

This value is 0-2 when getting stats for a single Connection. When getting global stats this is all open sockets, wether user controlled or maintained privately by GNE.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 22 13:40:06 2003 for GNE by doxygen1.3