The source project of this merge request has been removed.
Draft: Increment the SSU send window only when oldest messages are acked
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