パッケージ | 説明 |
---|---|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
UDPTransport.fail(UDPEndpoint endpoint) |
The endpoint has failed.
|
コンストラクタ | 説明 |
---|---|
PacketPusher(RouterContext ctx,
OutboundMessageFragments fragments,
java.util.List<UDPEndpoint> endpoints) |