ProcessorResult getSendingData(int currentTime, int waitingAckId)

gather all the changes from

Source

ProcessorResult getSendingData(int currentTime, int waitingAckId) {
  ProcessorResult rslt = super.getSendingData(currentTime, waitingAckId);
  return rslt;
}