Planeshift
|
Gives informations about the network connection. More...
#include <netinfos.h>
Public Member Functions | |
void | AddPingTicks (csTicks t) |
Add a tick value to the global queue. | |
csTicks | GetAveragePingTicks () |
Compute the average ticks a ping uses. | |
psNetInfos () | |
Constructor. | |
~psNetInfos () | |
Destructor. | |
Public Attributes | |
int | droppedPackets |
Gives informations about the network connection.
Definition at line 35 of file netinfos.h.
psNetInfos::psNetInfos | ( | ) | [inline] |
Constructor.
Definition at line 39 of file netinfos.h.
psNetInfos::~psNetInfos | ( | ) |
Destructor.
void psNetInfos::AddPingTicks | ( | csTicks | t | ) |
Add a tick value to the global queue.
csTicks psNetInfos::GetAveragePingTicks | ( | ) |
Compute the average ticks a ping uses.
Definition at line 48 of file netinfos.h.