forest-net
an overlay networks for large-scale virtual worlds
|
#include <queue>
#include <map>
#include "stdinc.h"
#include "Forest.h"
#include "IfaceTable.h"
#include "LinkTable.h"
#include "ComtreeTable.h"
#include "RouteTable.h"
#include "PacketStore.h"
#include "CtlPkt.h"
#include "QuManager.h"
#include "IoProcessor.h"
#include "StatsModule.h"
#include "PacketLog.h"
Go to the source code of this file.
Classes | |
struct | forest::RouterInfo |
Structure used to carry information about a router. More... | |
class | forest::RouterCore |
struct | forest::RouterCore::ControlInfo |
struct | forest::RouterCore::nuClient |
structure for tracking pending clients More... | |
Namespaces | |
forest | |
The CtlPkt class is used to pack and unpack forest control messages. | |
Constant Groups | |
forest | |
The CtlPkt class is used to pack and unpack forest control messages. | |
Definition in file RouterCore.h.