add and switch to flow only

This commit is contained in:
2023-08-29 18:21:12 +02:00
parent f460d7b4a5
commit d957f9496a
10 changed files with 235 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ struct CCAI {
// TODO: api for how much data we should send
// take time since last sent into account
// respect max_byterate_allowed
virtual size_t canSend(void) const = 0;
virtual size_t canSend(void) = 0;
// get the list of timed out seq_ids
virtual std::vector<SeqIDType> getTimeouts(void) const = 0;