Package | Description |
---|---|
net.i2p.client.streaming |
Implements a TCP-like (reliable, authenticated, in order) set of sockets for
communicating over the IP-like (unreliable, unauthenticated, unordered) I2P
messages.
|
Modifier and Type | Method and Description |
---|---|
PacketLocal |
ConnectionDataReceiver.send(byte[] buf,
int off,
int size)
Send some data through the connection, attaching any appropriate flags
onto the packet.
|
PacketLocal |
ConnectionDataReceiver.send(byte[] buf,
int off,
int size,
boolean forceIncrement) |
Modifier and Type | Method and Description |
---|---|
(package private) List<PacketLocal> |
Connection.ackPackets(long ackThrough,
long[] nacks)
Process the acks and nacks received in a packet
|
Modifier and Type | Method and Description |
---|---|
void |
PacketQueue.enqueue(PacketLocal packet)
Add a new packet to be sent out ASAP
keys and tags disabled since dropped in I2PSession
|
(package private) void |
Connection.sendPacket(PacketLocal packet) |
void |
MessageInputStream.updateAcks(PacketLocal packet) |
Constructor and Description |
---|
Connection.ResendPacketEvent(PacketLocal packet,
long delay) |