#include <NatPunchthroughServer.h>
Public Member Functions | |
bool | HasConnectionAttemptToUser (User *user) |
void | DerefConnectionAttempt (ConnectionAttempt *ca) |
void | DeleteConnectionAttempt (ConnectionAttempt *ca) |
void | LogConnectionAttempts (RakNet::RakString &rs) |
Public Attributes | |
RakNetGUID | guid |
SystemAddress | systemAddress |
unsigned short | mostRecentPort |
bool | isReady |
DataStructures::List < ConnectionAttempt * > | connectionAttempts |
Definition at line 104 of file NatPunchthroughServer.h.
void NatPunchthroughServer::User::DeleteConnectionAttempt | ( | NatPunchthroughServer::ConnectionAttempt * | ca | ) |
Definition at line 27 of file NatPunchthroughServer.cpp.
void NatPunchthroughServer::User::DerefConnectionAttempt | ( | NatPunchthroughServer::ConnectionAttempt * | ca | ) |
Definition at line 36 of file NatPunchthroughServer.cpp.
bool NatPunchthroughServer::User::HasConnectionAttemptToUser | ( | User * | user | ) |
Definition at line 44 of file NatPunchthroughServer.cpp.
void NatPunchthroughServer::User::LogConnectionAttempts | ( | RakNet::RakString & | rs | ) |
Definition at line 55 of file NatPunchthroughServer.cpp.
Definition at line 111 of file NatPunchthroughServer.h.
Definition at line 106 of file NatPunchthroughServer.h.
Definition at line 109 of file NatPunchthroughServer.h.
unsigned short NatPunchthroughServer::User::mostRecentPort |
Definition at line 108 of file NatPunchthroughServer.h.
Definition at line 107 of file NatPunchthroughServer.h.