Essentially maintains a list of servers running UDPProxyServer, and some state management for UDPProxyClient to find a free server to forward datagrams. More...
#include "NativeFeatureIncludes.h"
#include "Export.h"
#include "DS_Multilist.h"
#include "RakNetTypes.h"
#include "PluginInterface2.h"
#include "RakString.h"
#include "BitStream.h"
Go to the source code of this file.
Classes | |
class | RakNet::UDPProxyCoordinator |
Middleman between UDPProxyServer and UDPProxyClient, maintaining a list of UDPProxyServer, and managing state for clients to find an available forwarding server. More... | |
struct | RakNet::UDPProxyCoordinator::SenderAndTargetAddress |
struct | RakNet::UDPProxyCoordinator::ServerWithPing |
struct | RakNet::UDPProxyCoordinator::ForwardingRequest |
Namespaces | |
namespace | RakNet |
Forward declaration. |
Essentially maintains a list of servers running UDPProxyServer, and some state management for UDPProxyClient to find a free server to forward datagrams.
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 UDPProxyCoordinator.h.