| Package | Description |
|---|---|
| net.i2p.router.tunnel | Core tunnel management, message processing, and encryption for I2P's anonymous routing system. |
| net.i2p.util | Core utility classes and helper functions used throughout the I2P router and applications. |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean | TunnelDispatcher.shouldDropParticipatingInboundMessage(TunnelDispatcher.Location loc,
int type,
int length,
SyntheticREDQueue bwe)Check if we should drop an inbound participating tunnel message. |
(package private) boolean | TunnelDispatcher.shouldDropParticipatingMessage(TunnelDispatcher.Location loc,
int type,
int length,
SyntheticREDQueue bwe)Implement RED (Random Early Discard) to enforce bandwidth limits. |
| Constructor and Description |
|---|
OutboundMessageDistributor(RouterContext ctx,
int priority,
SyntheticREDQueue bwe)Create a new outbound message distributor with bandwidth estimation. |
| Modifier and Type | Method and Description |
|---|---|
static List<SyntheticREDQueue> | SyntheticREDQueue.getInstances()Returns a snapshot of all active SyntheticREDQueue instances. |