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"
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 |
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 unsigned char ConnectionGraphGroupID |
Definition at line 31 of file ConnectionGraph.h.