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

Skip to content

Draft: Increment the SSU send window only when oldest messages are acked

Zlatin Balevsky requested to merge (removed):oldest-acked-2 into master

This MR factors out the management of the messages currently in flight into a new class called InFlightMessages. Some helper methods to OutboundMessageState have been added.

Messages that are acked fully out of order get immediately notified to the transport, but do not change the window size until the "gap" is filled.

Edited by Zlatin Balevsky

Merge request reports

Loading