forest-net
an overlay networks for large-scale virtual worlds
|
#include <list>
#include <map>
#include <set>
#include <queue>
#include "Forest.h"
#include "HashMap.h"
#include "IdMap.h"
#include "UiSetPair.h"
#include "Wgraph.h"
#include "RateSpec.h"
Go to the source code of this file.
Classes | |
class | forest::NetInfo |
Maintains information about an entire Forest network. More... | |
struct | forest::NetInfo::LinkDesc |
struct | forest::NetInfo::IfInfo |
struct | forest::NetInfo::LeafNodeInfo |
structure holding information used by leaf nodes More... | |
struct | forest::NetInfo::RtrNodeInfo |
structure holding information used by router nodes More... | |
struct | forest::NetInfo::LinkInfo |
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 NetInfo.h.