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

Skip to content

WIP: SSU: Implement fast retransmit

zzz requested to merge zzz/i2p.i2p:fastretx-wip into master

For review only. Untested. This does NOT change the window size strategy; it preserves the current behavior of advancing the window for all new acks, even if there are gaps behind. Adds sequence number to OMF Stores recently-acked message and seq. numbers in a LinkedHashMap Calculate the highest-acked seq. number for every incoming packet. Marks messages older than highest acked as nacked Fast-retransmits after 3 nacks TODO: Syncing, cleanup TODO: Reduce MAX_RESEND_ACKS and RESEND_ACK_TIMEOUT ?

Merge request reports

Loading