Uses of Interface
net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
Packages that use 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
Classes in net.i2p.router.transport.udp that implement OutboundMessageFragments.ActiveThrottleModifier 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.Constructors in net.i2p.router.transport.udp with parameters of type OutboundMessageFragments.ActiveThrottleModifierConstructorDescriptionOutboundMessageFragments
(RouterContext ctx, UDPTransport transport, OutboundMessageFragments.ActiveThrottle throttle)