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 "Quu.h"
#include "IoProcessor.h"
#include "StatsModule.h"
#include "PacketLog.h"
Go to the source code of this file.
Classes | |
class | forest::RouterInProc |
struct | forest::RouterInProc::ThreadInfo |
info for worker thread used to process an incoming control packet 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 RouterInProc.h.