| Package | Description |
|---|---|
| net.i2p.client.streaming.impl | Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. |
| 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) static ByteCache | PacketLocal.getPayloadCache()Shared outbound payload cache (MAX_PAYLOAD_SIZE buffers). |
| Modifier and Type | Field and Description |
|---|---|
protected static ByteCache | TrivialPreprocessor._dataCacheHere in tunnels, we take from the cache but never add to it. |
| Modifier and Type | Method and Description |
|---|---|
static ByteCache | ByteCache.getInstance(int cacheSize,
int size) |