| Package | Description |
|---|---|
| net.i2p.router.transport | Transport layer implementations and management for I2P network communication. |
| net.i2p.router.transport.ntcp | The NTCP (New TCP) transport for I2P, allowing I2P messages to be passed
over TCP connections. |
| net.i2p.router.transport.udp | The UDP transport (also known as 'SSU' or Secure Semi-reliable UDP transport)
for I2P, allowing I2P messages to be passed over UDP connections. |
| Modifier and Type | Method and Description |
|---|---|
TransportBid | Transport.bid(RouterInfo toAddress,
int dataSize)Request to send a message to the specified router. |
(package private) TransportBid | TransportManager.getBid(OutNetMessage msg)Get the best bid for a message across all transports. |
(package private) TransportBid | TransportManager.getNextBid(OutNetMessage msg)Get the best bid, skipping failed transports and unreachable peers. |
| Modifier and Type | Method and Description |
|---|---|
(package private) List<TransportBid> | TransportManager.getBids(OutNetMessage msg)Get all bids for a message across all transports. |
| Modifier and Type | Method and Description |
|---|---|
TransportBid | NTCPTransport.bid(RouterInfo toAddress,
int dataSize)bid. |
| Modifier and Type | Method and Description |
|---|---|
TransportBid | UDPTransport.bid(RouterInfo toAddress,
int dataSize)Data size. |