Uses of Interface
net.i2p.router.transport.udp.OutboundMessageFragments.ActiveThrottle
| Package | Description |
|---|---|
| net.i2p.router.transport.udp |
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.ActiveThrottle Modifier and Type Class Description (package private) classDummyThrottleSince 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) classTimedWeightedPriorityMessageQueueWeighted 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.ActiveThrottle Constructor Description OutboundMessageFragments(RouterContext ctx, UDPTransport transport, OutboundMessageFragments.ActiveThrottle throttle)