forest-net
an overlay networks for large-scale virtual worlds
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
forest::RouterInfo Struct Reference

Structure used to carry information about a router. More...

#include <Router.h>

Collaboration diagram for forest::RouterInfo:

Public Attributes

string mode
 router operation mode (local or remote)
 
fAdr_t myAdr
 forest address of the router
 
ipa_t bootIp
 IP address used for booting.
 
ipp_t portNum
 port # for all interfaces (default=0)
 
fAdr_t nmAdr
 forest address of the network manager
 
ipa_t nmIp
 IP address of the network manager.
 
fAdr_t ccAdr
 forest address of the comtree controller
 
fAdr_t firstLeafAdr
 first assignable leaf address
 
fAdr_t lastLeafAdr
 last assignable leaf address
 
string ifTbl
 name of interface table file
 
string lnkTbl
 name of link table file
 
string comtTbl
 name of comtree table file
 
string rteTbl
 name of route table file
 
string statSpec
 name of statistics specification file
 
seconds runLength
 number of seconds for router to run
 
int finTime
 number of seconds for router to run
 

Detailed Description

Structure used to carry information about a router.

Used during initialization process.

Definition at line 49 of file Router.h.


The documentation for this struct was generated from the following files: