forest-net
an overlay networks for large-scale virtual worlds
|
Structure used to carry information about a router. More...
#include <Router.h>
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 | |
Structure used to carry information about a router.
Used during initialization process.