#include <RakPeer.h>
Public Attributes | |
PlayerID | playerId |
PlayerID | myExternalPlayerId |
ReliabilityLayer | reliabilityLayer |
bool | weInitiatedTheConnection |
PingAndClockDifferential | pingAndClockDifferential [PING_TIMES_ARRAY_SIZE] |
int | pingAndClockDifferentialWriteIndex |
int | lowestPing |
unsigned long | nextPingTime |
RakNet::BitStream | staticData |
unsigned long | connectionTime |
RakPeer need to maintain a set of information concerning all remote peer This is the goal of this structure.
|
connection time |
|
The lowest ping value encounter |
|
Your own IP, as reported by the remote system |
|
When to next ping this player |
|
last x ping times and calculated clock differentials with it |
|
The index we are writing into the pingAndClockDifferential circular buffer |
|
The remote system associated with this reliability layer |
|
The reliability layer associated with this player |
|
static data |
|
True if we started this connection via Connect. False if someone else connected to us. |