forest-net
an overlay networks for large-scale virtual worlds
|
Public Attributes | |
int | comtreeNum |
number of comtree | |
fAdr_t | owner |
forest address of comtree owner | |
fAdr_t | root |
forest address of root node of comtree | |
bool | autoConfig |
if true, set comtree rates dynamically | |
RateSpec | bbDefRates |
default backbone link rates | |
RateSpec | leafDefRates |
default backbone link rates | |
set< fAdr_t > * | coreSet |
set of core nodes in comtree | |
map< fAdr_t, ComtRtrInfo > * | rtrMap |
map for routers in comtree | |
map< fAdr_t, ComtLeafInfo > * | leafMap |
map for leaf nodes in comtree | |
pthread_cond_t | busyCond |
bool | busyBit |
per comtree condition variable | |
Definition at line 152 of file ComtInfo.h.