Classes | Namespaces | Defines | Enumerations

UDPForwarder.h File Reference

Forwards UDP datagrams. Independent of RakNet's protocol. More...

#include "Export.h"
#include "DS_Multilist.h"
#include "RakNetTypes.h"
#include "SocketIncludes.h"
#include "UDPProxyCommon.h"
#include "SimpleMutex.h"
#include "RakString.h"
#include "RakThread.h"
#include "DS_Queue.h"
Include dependency graph for UDPForwarder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RakNet::UDPForwarder
 Forwards UDP datagrams. Independent of RakNet's protocol. More...
struct  RakNet::UDPForwarder::SrcAndDest
struct  RakNet::UDPForwarder::ForwardEntry
struct  RakNet::UDPForwarder::ThreadOperation

Namespaces

namespace  RakNet
 

Forward declaration.


Defines

#define UDP_FORWARDER_EXECUTE_THREADED

Enumerations

enum  RakNet::UDPForwarderResult { RakNet::UDPFORWARDER_FORWARDING_ALREADY_EXISTS, RakNet::UDPFORWARDER_NO_SOCKETS, RakNet::UDPFORWARDER_INVALID_PARAMETERS, RakNet::UDPFORWARDER_SUCCESS }

Detailed Description

Forwards UDP datagrams. Independent of RakNet's protocol.

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.

Definition in file UDPForwarder.h.


Define Documentation

#define UDP_FORWARDER_EXECUTE_THREADED

Definition at line 22 of file UDPForwarder.h.