Package net.i2p.router.transport.udp
Class ACKSender
java.lang.Object
net.i2p.router.transport.udp.ACKSender
- All Implemented Interfaces:
Runnable
class ACKSender extends Object implements Runnable
Blocking thread that is given peers by the inboundFragment pool, sending out
any outstanding ACKs.
The ACKs are sent directly to UDPSender,
bypassing OutboundMessageFragments and PacketPusher.
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
ACK_FREQUENCY
how frequently do we want to send ACKs to a peer? -
Constructor Summary
Constructors Constructor Description ACKSender(RouterContext ctx, UDPTransport transport)
-
Method Summary
-
Field Details
-
ACK_FREQUENCY
static final int ACK_FREQUENCYhow frequently do we want to send ACKs to a peer?- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details