A RakNet plugin performing networking to communicate with UDPProxyCoordinator. Ultimately used to tell UDPProxyServer to forward UDP packets. More...
#include "NativeFeatureIncludes.h"
#include "Export.h"
#include "DS_Multilist.h"
#include "RakNetTypes.h"
#include "PluginInterface2.h"
Go to the source code of this file.
Classes | |
struct | RakNet::UDPProxyClientResultHandler |
class | RakNet::UDPProxyClient |
Communicates with UDPProxyCoordinator, in order to find a UDPProxyServer to forward our datagrams. More... | |
struct | RakNet::UDPProxyClient::ServerWithPing |
struct | RakNet::UDPProxyClient::SenderAndTargetAddress |
struct | RakNet::UDPProxyClient::PingServerGroup |
Namespaces | |
namespace | RakNet |
Forward declaration. |
A RakNet plugin performing networking to communicate with UDPProxyCoordinator. Ultimately used to tell UDPProxyServer to forward UDP packets.
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement. Creative Commons Licensees are subject to the license found at http://creativecommons.org/licenses/by-nc/2.5/ Single application licensees are subject to the license found at http://www.jenkinssoftware.com/SingleApplicationLicense.html Custom license users are subject to the terms therein.
Definition in file UDPProxyClient.h.