| Package | Description |
|---|---|
| net.i2p.router.transport.ntcp | The NTCP (New TCP) transport for I2P, allowing I2P messages to be passed
over TCP connections. |
| Modifier and Type | Method and Description |
|---|---|
static NTCP2Options | NTCP2Options.fromByteArray(byte[] options) |
NTCP2Options | NTCP2Options.merge(NTCP2Options his)Merge our options with the peer's options. |
| 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)Merge our options with the peer's options. |