class ACKTimer extends SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ| Constructor and Description |
|---|
ACKTimer(RouterContext context,
Destination from,
Destination to)ACK timer for ratchet. |
| Modifier and Type | Method and Description |
|---|---|
void | timeReached()Called when this event's scheduled time arrives. |
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz, setPool, toStringpublic ACKTimer(RouterContext context, Destination from, Destination to)
context - router context for timer and loggingfrom - local destination ACK will come from, non-nullto - remote destination ACK will go to, non-nullpublic void timeReached()
SimpleTimer2.TimedEventtimeReached in class SimpleTimer2.TimedEvent