forest-net
an overlay networks for large-scale virtual worlds
|
Public Member Functions | |
RouterOutProc (Router *) | |
bool | init () |
void | run () |
Static Public Member Functions | |
static void | start (RouterOutProc *) |
Private Types | |
typedef high_resolution_clock::time_point | timePoint |
Private Member Functions | |
bool | send () |
Private Attributes | |
int64_t | now |
current time | |
Router * | rtr |
pointer to main router object | |
HashMap< uint64_t, pktx, Hash::u64 > * | resendMap |
maps seqNum->pktx | |
Dheap< uint64_t > * | resendTimes |
resendMap indexes, by resend time | |
Definition at line 41 of file RouterOutProc.h.