forest-net
an overlay networks for large-scale virtual worlds
|
link table entry More...
#include <LinkTable.h>
Public Member Functions | |
Entry (const Entry &) | |
string | toString () const |
Public Attributes | |
int | iface |
interface number for link | |
ipa_t | peerIp |
IP address of peer endpoint. | |
ipp_t | peerPort |
peer port number | |
Forest::ntyp_t | peerType |
node type of peer | |
fAdr_t | peerAdr |
peer's forest address | |
bool | isConnected |
true if link is connected | |
uint64_t | nonce |
used by peer when connecting | |
RateSpec | rates |
rate spec for link rates | |
RateSpec | availRates |
rate spec for available rates | |
Friends | |
ostream & | operator<< (ostream &out, const Entry &a) |
link table entry
Definition at line 27 of file LinkTable.h.