Uses of Enum
net.i2p.router.tunnel.TunnelDispatcher.Location
Package
Description
All the work of managing locally created and participating tunnels,
creating and handling tunnel messages, and their encryption.
-
Uses of TunnelDispatcher.Location in net.i2p.router.tunnel
Modifier and TypeMethodDescriptionstatic TunnelDispatcher.Location
Returns the enum constant of this type with the specified name.static TunnelDispatcher.Location[]
TunnelDispatcher.Location.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
TunnelDispatcher.shouldDropParticipatingMessage
(TunnelDispatcher.Location loc, int type, int length) Implement random early discard (RED) to enforce the share bandwidth limit.