Package | Description |
---|---|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
Modifier and Type | Method and Description |
---|---|
static NTCP2Options |
NTCP2Options.fromByteArray(byte[] options) |
NTCP2Options |
NTCP2Options.merge(NTCP2Options his)
Get a combined config for this connection.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
NTCPConnection.finishInboundEstablishment(CipherState sender,
CipherState receiver,
byte[] sip_ba,
byte[] sip_ab,
long clockSkew,
NTCP2Options hisPadding)
We are Bob.
|
NTCP2Options |
NTCP2Options.merge(NTCP2Options his)
Get a combined config for this connection.
|