Classes | Typedefs

ConnectionGraph.h File Reference

Connection graph plugin. This maintains a graph of connections for the entire network, so every peer knows about every other peer. More...

#include "NativeFeatureIncludes.h"
#include "RakMemoryOverride.h"
#include "RakNetTypes.h"
#include "PluginInterface2.h"
#include "DS_List.h"
#include "DS_WeightedGraph.h"
#include "GetTime.h"
#include "Export.h"
Include dependency graph for ConnectionGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConnectionGraph
 A connection graph. Each peer will know about all other peers. More...
struct  ConnectionGraph::SystemAddressAndGroupId
 A node in the connection graph. More...

Typedefs

typedef unsigned char ConnectionGraphGroupID

Detailed Description

Connection graph plugin. This maintains a graph of connections for the entire network, so every peer knows about every other peer.

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.

Definition in file ConnectionGraph.h.


Typedef Documentation

typedef unsigned char ConnectionGraphGroupID

Definition at line 31 of file ConnectionGraph.h.