Pyrogenesis  trunk
Namespaces | Typedefs | Functions
StunClient.h File Reference
#include "ps/CStrForward.h"
#include <string>
Include dependency graph for StunClient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 StunClient
 

Typedefs

typedef struct _ENetHost ENetHost
 

Functions

bool StunClient::FindPublicIP (ENetHost &enetClient, CStr8 &ip, u16 &port)
 Return the publicly accessible IP of the given ENet host/socket. More...
 
void StunClient::SendHolePunchingMessages (ENetHost &enetClient, const std::string &serverAddress, u16 serverPort)
 Send a message to the target server with the given ENet host/socket. More...
 
bool StunClient::FindLocalIP (CStr8 &ip)
 Return the local IP. More...
 

Typedef Documentation

◆ ENetHost

typedef struct _ENetHost ENetHost