Uses of Class
net.i2p.util.SyntheticREDQueue
Packages that use SyntheticREDQueue
Package
Description
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
-
Uses of SyntheticREDQueue in net.i2p.router.tunnel
Methods in net.i2p.router.tunnel with parameters of type SyntheticREDQueueModifier and TypeMethodDescription(package private) booleanTunnelDispatcher.shouldDropParticipatingMessage(TunnelDispatcher.Location loc, int type, int length, SyntheticREDQueue bwe) Implement random early discard (RED) to enforce the share bandwidth limit.Constructors in net.i2p.router.tunnel with parameters of type SyntheticREDQueueModifierConstructorDescriptionOutboundMessageDistributor(RouterContext ctx, int priority, SyntheticREDQueue bwe)