Uses of Interface
net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of OutboundMessageFragments.ActiveThrottle in net.i2p.router.transport.udp
Modifier and TypeClassDescription(package private) class
Since the TimedWeightedPriorityMessageQueue.add() was disabled by jrandom in UDPTransport.java on 2006-02-19, and the choke/unchoke was disabled at the same time, all of TWPMQ is pointless, so just do this for now.(package private) class
Weighted priority queue implementation for the outbound messages, coupled with code to fail messages that expire.ModifierConstructorDescriptionOutboundMessageFragments
(RouterContext ctx, UDPTransport transport, OutboundMessageFragments.ActiveThrottle throttle)