Modifier and Type | Field | Description |
---|---|---|
(package private) static int |
ACK_FREQUENCY |
how frequently do we want to send ACKs to a peer?
|
Constructor | Description |
---|---|
ACKSender(RouterContext ctx,
UDPTransport transport) |
Modifier and Type | Method | 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)