forest-net
an overlay networks for large-scale virtual worlds
|
Class used to represent information used to modify a link. More...
#include <ComtInfo.h>
Public Member Functions | |
LinkMod (int l, int c, RateSpec &rs1) | |
LinkMod (const LinkMod &lm) | |
void | set (int l, int c, RateSpec &rs1) |
Public Attributes | |
int | lnk |
link number of the link | |
int | child |
node number for rtr at "lower-end" of lnk | |
RateSpec | rs |
rate spec for link | |
Class used to represent information used to modify a link.
Definition at line 18 of file ComtInfo.h.