| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
ACK_FREQUENCY
how frequently do we want to send ACKs to a peer?
|
| Constructor and Description |
|---|
ACKSender(RouterContext ctx,
UDPTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
ackPeer(PeerState peer)
Add to the queue.
|
void |
run() |
void |
shutdown() |
void |
startup() |
static final int ACK_FREQUENCY
public ACKSender(RouterContext ctx, UDPTransport transport)