Package | Description |
---|---|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
Modifier and Type | Class | Description |
---|---|---|
(package private) class |
DummyThrottle |
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 |
TimedWeightedPriorityMessageQueue |
Weighted priority queue implementation for the outbound messages, coupled
with code to fail messages that expire.
|
Constructor | Description |
---|---|
OutboundMessageFragments(RouterContext ctx,
UDPTransport transport,
OutboundMessageFragments.ActiveThrottle throttle) |