forest-net
an overlay networks for large-scale virtual worlds
|
Public Attributes | |
comt_t | comtree |
< comtree register entry More... | |
string | owner |
owner's client name | |
string | password |
password used for access | |
fAdr_t | rootZip |
zip code for comtree root | |
fAdr_t | supervisor |
server that supervises comtree | |
Forest::ConfigMode | cfgMode |
backbone rate configuration mode | |
Forest::AccessMethod | axsMethod |
access method for joining | |
int | reportInterval |
how often to report status (sec) | |
time_t | start |
time when comtree started | |
bool | busyBit |
set for a busy client | |
pthread_cond_t | busyCond |
used to wait for a busy client | |
Definition at line 80 of file ComtreeRegister.h.
comt_t forest::ComtreeRegister::Comtree::comtree |