forest-net
an overlay networks for large-scale virtual worlds
|
#include <queue>
#include <map>
#include <chrono>
#include <thread>
#include <mutex>
#include <atomic>
#include "stdinc.h"
#include "Forest.h"
#include "CtlPkt.h"
#include "Quu.h"
#include "IfaceTable.h"
#include "LinkTable.h"
#include "ComtreeTable.h"
#include "RouteTable.h"
#include "PacketStore.h"
#include "StatsModule.h"
#include "PacketLog.h"
#include "QuManager.h"
#include "RouterInProc.h"
#include "RouterOutProc.h"
Go to the source code of this file.
Classes | |
struct | forest::RouterInfo |
Structure used to carry information about a router. More... | |
class | forest::Router |
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 Router.h.