forest-net
an overlay networks for large-scale virtual worlds
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
Router.h File Reference
#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"
Include dependency graph for Router.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Author
Jon Turner
Date
2014 This is open source software licensed under the Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for details.

Definition in file Router.h.