Hi Gerrit, Please take a look at the two attached patches, they were made from your patch "[CCID3]: Implement rfc3448bis changes to feedback reception", that has this changeset comment: ---------------------- [CCID 3]: Implement rfc3448bis changes to feedback reception This implements the algorithm to update the allowed sending rate X upon receiving feedback packets, as described in draft rfc3448bis, 4.2/4.3. The patch further removes two irrelevant states in TX feedback handling: * the NO_SENT state is only triggered in bidirectional mode, costing unnecessary processing. * the TERM (terminating) state is irrelevant. ------------------ The second part "further removes", was made a separate patch that I have applied before the rfc3448bis changes to feedback reception. Doing it this way eases understanding the change as we don't mixup identantion changes made due to removing the switch statement. The end result should be equivalent, but please take a look and let me know if the algorithm was changed in any way. Thanks a lot, - Arnaldo