I2P Address: [http://git.idk.i2p]

Skip to content

Draft: WIP: UDP: Replace ACKSender thread with per-PeerState delayed ack timers

zzz requested to merge zzz/i2p.i2p:acktimer into master

Don't send a delayed ack-only packet if acks are sent in a data packet first. Timer is created in PeerState messageFullyReceived() and messagePartiallyReceived(). This patch for now doesn't delete ACKSender.java, it just doesn't create the thread.

WIP, cleanups and optimizations TODO

Merge request reports