Public Member Functions | Public Attributes

NatPunchthroughServer::User Struct Reference

#include <NatPunchthroughServer.h>

Collaboration diagram for NatPunchthroughServer::User:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 104 of file NatPunchthroughServer.h.


Member Function Documentation

void NatPunchthroughServer::User::DeleteConnectionAttempt ( NatPunchthroughServer::ConnectionAttempt ca  ) 

Definition at line 27 of file NatPunchthroughServer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void NatPunchthroughServer::User::DerefConnectionAttempt ( NatPunchthroughServer::ConnectionAttempt ca  ) 

Definition at line 36 of file NatPunchthroughServer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool NatPunchthroughServer::User::HasConnectionAttemptToUser ( User user  ) 

Definition at line 44 of file NatPunchthroughServer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void NatPunchthroughServer::User::LogConnectionAttempts ( RakNet::RakString rs  ) 

Definition at line 55 of file NatPunchthroughServer.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

Definition at line 111 of file NatPunchthroughServer.h.

Definition at line 106 of file NatPunchthroughServer.h.

Definition at line 109 of file NatPunchthroughServer.h.

Definition at line 108 of file NatPunchthroughServer.h.

Definition at line 107 of file NatPunchthroughServer.h.


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