Package net.i2p.router.transport.udp
Class PacketPusher
java.lang.Object
net.i2p.router.transport.udp.PacketPusher
- All Implemented Interfaces:
Runnable
class PacketPusher extends Object implements Runnable
Blocking thread to grab new packets off the outbound fragment
pool and toss 'em onto the outbound packet queues.
Here we select which UDPEndpoint/UDPSender to send it out.
-
Constructor Summary
Constructors Constructor Description PacketPusher(RouterContext ctx, OutboundMessageFragments fragments, List<UDPEndpoint> endpoints)
-
Method Summary
-
Constructor Details
-
PacketPusher
public PacketPusher(RouterContext ctx, OutboundMessageFragments fragments, List<UDPEndpoint> endpoints)
-
-
Method Details